Enum GridEventProcessMode
Defines how a IGridViewEventListener instance wants to process an internal GridView event.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
[Flags]
public enum GridEventProcessMode
All
All process callbacks plus queue analysis
AllProcess
All callbacks participate in event dispatching.
AnalyzeQueue
The listener wants to analyze the queue of events that are to be dispatched.
PostProcess
The PostProcessEvent callback is executed.
PreProcess
The PreProcessEvent callback is executed.
Process
The core ProcessEvent callback is executed.