GridViewEvent
Class
Defines the semantic of an event that occurs within a RadGridView instance.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class GridViewEvent
Inheritance: objectGridViewEvent
Constructors
Initializes a new instance of the GridViewEvent class.
C#
public GridViewEvent(object sender, object originator, object[] arguments, GridViewEventInfo eventInfo)
The sender.
originatorobjectThe originator.
argumentsobject[]The arguments.
eventInfoGridViewEventInfoThe event info.
Properties
Gets the arguments associated with the event.
C#
public object[] Arguments { get; }
Gets the event information.
C#
public GridViewEventInfo Info { get; }
Gets the instance that raised the CLR event initially.
C#
public object Originator { get; }
Gets the GridViewSynchronizationService instance that dispatches this event.
C#
public GridViewSynchronizationService SynchronizationService { get; }