Class
RowEventArgs

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

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

object

The source that has raised the event.

row

GridViewRowItem

The current GridViewRowItem

Properties

Row

The row in the current context.

Declaration

cs-api-definition
public GridViewRowItem Row { get; }

Property Value

GridViewRowItem