Enum EventListenerPriority
Defines the priority of an event listener.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public enum EventListenerPriority
High
High priority listener, will receive events before listeners with normal priority.
Highest
Highest priority listener, will receive events before all other listeners.
Low
Low priority listener, will receive events after other listeners.
Lowest
Lowest priority listener, will receive events after all other listeners.
Normal
Normal priority.