Class GridViewEvent
Defines the semantic of an event that occurs within a RadGridView instance.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewEvent
Constructors
GridViewEvent(Object, Object, Object[], GridViewEventInfo)
Initializes a new instance of the GridViewEvent class.
Declaration
public GridViewEvent(object sender, object originator, object[] arguments, GridViewEventInfo eventInfo)
Parameters
System.Object
sender
The sender. |
System.Object
originator
The originator. |
System.Object[]
arguments
The arguments. |
GridViewEventInfo
eventInfo
The event info. |
Properties
Arguments
Gets the arguments associated with the event.
Declaration
public object[] Arguments { get; }
Property Value
System.Object[]
|
Info
Gets the event information.
Declaration
public GridViewEventInfo Info { get; }
Property Value
GridViewEventInfo
|
Originator
Gets the instance that raised the CLR event initially.
Declaration
public object Originator { get; }
Property Value
System.Object
|
Sender
Gets the instance that sends this event.
Declaration
public object Sender { get; }
Property Value
System.Object
|
SynchronizationService
Gets the GridViewSynchronizationService instance that dispatches this event.
Declaration
public GridViewSynchronizationService SynchronizationService { get; }
Property Value
GridViewSynchronizationService
|