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