New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public struct GridViewEventInfo

Inherited Members ValueType.Equals(object)ValueType.GetHashCode()ValueType.ToString()

Constructors

Initializes a new instance of the GridViewEventInfo class.

C#
public GridViewEventInfo(KnownEvents id, GridEventType type, GridEventDispatchMode dispatchMode, bool critical)
Parameters:idKnownEvents

The id.

typeGridEventType

The type.

dispatchModeGridEventDispatchMode

The dispatch mode.

criticalbool

The critical.

Initializes a new instance of the GridViewEventInfo class.

C#
public GridViewEventInfo(KnownEvents id, GridEventType type, GridEventDispatchMode dispatchMode)
Parameters:idKnownEvents

The id.

typeGridEventType

The type.

dispatchModeGridEventDispatchMode

The dispatch mode.

Properties

Gets whether it is critical.

C#
public bool Critical { get; }
Property Value:

The critical.

Gets the dispatch mode.

C#
public GridEventDispatchMode DispatchMode { get; }
Property Value:

The dispatch mode.

Gets the id.

C#
public KnownEvents Id { get; }
Property Value:

The id.

Gets the type.

C#
public GridEventType Type { get; }
Property Value:

The type.