Class RowEventArgs
Provides basic data for the row events.
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class RowEventArgs : RadRoutedEventArgs
Constructors
RowEventArgs(RoutedEvent, Object, GridViewRowItem)
Initializes a new instance of the Row
Declaration
public RowEventArgs(RoutedEvent routedEvent, object source, GridViewRowItem row)
Parameters
System. The routed event that is raised. |
System. The source that has raised the event. |
Grid The current Grid |
Properties
Row
The row in the current context.
Declaration
public GridViewRowItem Row { get; }