terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ OnValueChanged()

override void System.ComponentModel.ReflectPropertyDescriptor.OnValueChanged ( object component,
EventArgs e )
inlineprotectedvirtual

Reimplemented from System.ComponentModel.PropertyDescriptor.

Definition at line 436 of file ReflectPropertyDescriptor.cs.

437 {
438 if (!true)
439 {
440 }
441 if (this.realChangedEvent != null)
442 {
443 return;
444 }
445 base.OnValueChanged(component, e);
446 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.ComponentModel.ReflectPropertyDescriptor.realChangedEvent.