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()

override void System.ComponentModel.ReflectPropertyDescriptor.AddValueChanged ( object component,
EventHandler handler )
inlinevirtual

Reimplemented from System.ComponentModel.PropertyDescriptor.

Definition at line 296 of file ReflectPropertyDescriptor.cs.

297 {
298 while (component != null)
299 {
300 if (handler != null)
301 {
302 if (this.ChangedEventValue != null)
303 {
304 return;
305 }
306 if (base.GetValueChangedHandler(component) != null || this.IPropChangedEventValue != null)
307 {
308 }
309 base.AddValueChanged(component, handler);
310 return;
311 }
312 }
313 }
class f__AnonymousType0<< Count > j__TPar

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