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

◆ AddValueChanged()

virtual void System.ComponentModel.PropertyDescriptor.AddValueChanged ( object component,
EventHandler handler )
inlinevirtualinherited

Reimplemented in System.ComponentModel.ReflectPropertyDescriptor.

Definition at line 101 of file PropertyDescriptor.cs.

102 {
103 if (component == null)
104 {
105 return;
106 }
107 if (handler != null)
108 {
109 if (this._valueChangedHandlers == null)
110 {
111 }
113 return;
114 }
115 throw new InvalidCastException();
116 }
class f__AnonymousType0<< Count > j__TPar

References System.ComponentModel.PropertyDescriptor._valueChangedHandlers, and j__TPar.