Class
GridViewEvent

Defines the semantic of an event that occurs within a RadGridView instance.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class GridViewEvent

Inheritance: objectGridViewEvent

Constructors

GridViewEvent(object, object, object[], GridViewEventInfo)

Initializes a new instance of the GridViewEvent class.

Declaration

cs-api-definition
public GridViewEvent(object sender, object originator, object[] arguments, GridViewEventInfo eventInfo)

Parameters

sender

object

The sender.

originator

object

The originator.

arguments

object[]

The arguments.

eventInfo

GridViewEventInfo

The event info.

Properties

Arguments

Gets the arguments associated with the event.

Declaration

cs-api-definition
public object[] Arguments { get; }

Property Value

object[]

Info

Gets the event information.

Declaration

cs-api-definition
public GridViewEventInfo Info { get; }

Property Value

GridViewEventInfo

Originator

Gets the instance that raised the CLR event initially.

Declaration

cs-api-definition
public object Originator { get; }

Property Value

object

Sender

Gets the instance that sends this event.

Declaration

cs-api-definition
public object Sender { get; }

Property Value

object

SynchronizationService

Gets the GridViewSynchronizationService instance that dispatches this event.

Declaration

cs-api-definition
public GridViewSynchronizationService SynchronizationService { get; }

Property Value

GridViewSynchronizationService