Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SupportsChangeEvents

override bool System.ComponentModel.ReflectPropertyDescriptor.SupportsChangeEvents
get

Definition at line 264 of file ReflectPropertyDescriptor.cs.

265 {
266 get
267 {
268 if (IPropChangedEventValue == null)
269 {
270 return ChangedEventValue != null;
271 }
272 return true;
273 }
274 }