RowEventArgs
Class
Provides basic data for the row events.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public class RowEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsRowEventArgs
Derived Classes:
Constructors
Initializes a new instance of the RowEventArgs class.
C#
public RowEventArgs(RoutedEvent routedEvent, object source, GridViewRowItem row)
The routed event that is raised.
sourceobjectThe source that has raised the event.
rowGridViewRowItemThe current GridViewRowItem
Properties
The row in the current context.
C#
public GridViewRowItem Row { get; }