ClassRowEventArgs
Class
Provides basic data for the row events.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public class RowEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsRowEventArgs
Derived Classes:
Constructors
RowEventArgs(RoutedEvent, object, GridViewRowItem)
Initializes a new instance of the RowEventArgs class.
Declaration
cs-api-definition
public RowEventArgs(RoutedEvent routedEvent, object source, GridViewRowItem row)
Parameters
routedEvent
RoutedEvent
The routed event that is raised.
source
The source that has raised the event.
row
The current GridViewRowItem
Properties
Row
The row in the current context.