Skip to content

EventInvokeEvents Enum

When listeners should invoke their events.

C#
public enum EventInvokeEvents

When any argument is specified.

C#
Any = 0

When the argument matches a specific value.

C#
FromValue = 1

When the argument matches a specific value.

C#
ToValue = 2