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 Grid
Declaration
public GridViewEvent(object sender, object originator, object[] arguments, GridViewEventInfo eventInfo)
Parameters
System. The sender. |
System. The originator. |
System. The arguments. |
Grid The event info. |
Properties
Arguments
Gets the arguments associated with the event.
Declaration
public object[] Arguments { get; }
Property Value
System.
|
Info
Gets the event information.
Declaration
public GridViewEventInfo Info { get; }
Property Value
Originator
Gets the instance that raised the CLR event initially.
Declaration
public object Originator { get; }
Property Value
System.
|
Sender
Gets the instance that sends this event.
Declaration
public object Sender { get; }
Property Value
System.
|
SynchronizationService
Gets the GridViewSynchronizationService instance that dispatches this event.
Declaration
public GridViewSynchronizationService SynchronizationService { get; }