InvokeEvents Enum
Definition
Section titled “Definition”When listeners should invoke their events.
public enum InvokeEventsFields
Section titled “Fields”When any value changed.
Any = 0FromValue
Section titled “FromValue”When the old value matches a specific value.
FromValue = 1ToValue
Section titled “ToValue”When the new value matches a specific value.
ToValue = 2FromValueToValue
Section titled “FromValueToValue”When the old value and new value matches a specific value.
FromValueToValue = 3