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