StructGridViewEventInfo
Struct
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public struct GridViewEventInfo
Inherited Members
Constructors
GridViewEventInfo(KnownEvents, GridEventType, GridEventDispatchMode)
Initializes a new instance of the GridViewEventInfo class.
Declaration
cs-api-definition
public GridViewEventInfo(KnownEvents id, GridEventType type, GridEventDispatchMode dispatchMode)
Parameters
id
The id.
type
The type.
dispatchMode
The dispatch mode.
GridViewEventInfo(KnownEvents, GridEventType, GridEventDispatchMode, bool)
Initializes a new instance of the GridViewEventInfo class.
Declaration
cs-api-definition
public GridViewEventInfo(KnownEvents id, GridEventType type, GridEventDispatchMode dispatchMode, bool critical)
Parameters
id
The id.
type
The type.
dispatchMode
The dispatch mode.
critical
The critical.
Properties
Critical
Gets whether it is critical.
DispatchMode
Gets the dispatch mode.
Declaration
cs-api-definition
public GridEventDispatchMode DispatchMode { get; }
Property Value
The dispatch mode.
Id
Gets the id.
Type
Gets the type.
Declaration
cs-api-definition
public GridEventType Type { get; }
Property Value
The type.