New to Telerik UI for WPFStart a free 30-day trial

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: RowCancelEventArgs

Constructors

Initializes a new instance of the RowEventArgs class.

C#
public RowEventArgs(RoutedEvent routedEvent, object source, GridViewRowItem row)
Parameters:routedEventRoutedEvent

The routed event that is raised.

sourceobject

The source that has raised the event.

rowGridViewRowItem

The current GridViewRowItem

Properties

The row in the current context.

C#
public GridViewRowItem Row { get; }