GridViewEventInfo
Struct
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public struct GridViewEventInfo
Inherited Members
Constructors
Initializes a new instance of the GridViewEventInfo class.
C#
public GridViewEventInfo(KnownEvents id, GridEventType type, GridEventDispatchMode dispatchMode, bool critical)
The id.
typeGridEventTypeThe type.
dispatchModeGridEventDispatchModeThe dispatch mode.
criticalboolThe critical.
Initializes a new instance of the GridViewEventInfo class.
C#
public GridViewEventInfo(KnownEvents id, GridEventType type, GridEventDispatchMode dispatchMode)
The id.
typeGridEventTypeThe type.
dispatchModeGridEventDispatchModeThe dispatch mode.
Properties
Gets whether it is critical.
C#
public bool Critical { get; }
The critical.
Gets the dispatch mode.
C#
public GridEventDispatchMode DispatchMode { get; }
The dispatch mode.
Gets the id.
C#
public KnownEvents Id { get; }
The id.
Gets the type.
C#
public GridEventType Type { get; }
The type.