EventInvokeEvents Enum
Definition
Section titled “Definition”When listeners should invoke their events.
public enum EventInvokeEventsFields
Section titled “Fields”When any argument is specified.
Any = 0FromValue
Section titled “FromValue”When the argument matches a specific value.
FromValue = 1ToValue
Section titled “ToValue”When the argument matches a specific value.
ToValue = 2