Struct
GridViewEventInfo

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public struct GridViewEventInfo

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

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

KnownEvents

The id.

type

GridEventType

The type.

dispatchMode

GridEventDispatchMode

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

KnownEvents

The id.

type

GridEventType

The type.

dispatchMode

GridEventDispatchMode

The dispatch mode.

critical

bool

The critical.

Properties

Critical

Gets whether it is critical.

Declaration

cs-api-definition
public bool Critical { get; }

Property Value

bool

The critical.

DispatchMode

Gets the dispatch mode.

Declaration

cs-api-definition
public GridEventDispatchMode DispatchMode { get; }

Property Value

GridEventDispatchMode

The dispatch mode.

Id

Gets the id.

Declaration

cs-api-definition
public KnownEvents Id { get; }

Property Value

KnownEvents

The id.

Type

Gets the type.

Declaration

cs-api-definition
public GridEventType Type { get; }

Property Value

GridEventType

The type.