EnumGridEventProcessMode
Enum
Defines how a IGridViewEventListener instance wants to process an internal GridView event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
[Flags]
public enum GridEventProcessMode
Fields
All
All process callbacks plus queue analysis
AllProcess
All callbacks participate in event dispatching.
Declaration
cs-api-definition
AllProcess = Process | PreProcess | PostProcess
Field Value
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.