Struct GridViewEventInfo
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public struct GridViewEventInfo
Constructors
GridViewEventInfo(KnownEvents, GridEventType, GridEventDispatchMode)
Initializes a new instance of the GridViewEventInfo class.
Declaration
public GridViewEventInfo(KnownEvents id, GridEventType type, GridEventDispatchMode dispatchMode)
Parameters
KnownEvents
id
The id. |
GridEventType
type
The type. |
GridEventDispatchMode
dispatchMode
The dispatch mode. |
GridViewEventInfo(KnownEvents, GridEventType, GridEventDispatchMode, Boolean)
Initializes a new instance of the GridViewEventInfo class.
Declaration
public GridViewEventInfo(KnownEvents id, GridEventType type, GridEventDispatchMode dispatchMode, bool critical)
Parameters
KnownEvents
id
The id. |
GridEventType
type
The type. |
GridEventDispatchMode
dispatchMode
The dispatch mode. |
System.Boolean
critical
The critical. |
Properties
Critical
Gets whether it is critical.
Declaration
public bool Critical { get; }
Property Value
System.Boolean
The critical. |
DispatchMode
Gets the dispatch mode.
Declaration
public GridEventDispatchMode DispatchMode { get; }
Property Value
GridEventDispatchMode
The dispatch mode. |
Id
Type
Gets the type.
Declaration
public GridEventType Type { get; }
Property Value
GridEventType
The type. |