Enum EventPhase
An enumeration that represents the phases that a time-sensitive event can be invoked in
public enum EventPhase
- Extension Methods
Fields
Pre = 0A phase that represents an event that is invoked before something happens
Post = 1A phase that represents an event that is invoked after something happens