ClassRowCancelEventArgs
Class
Contains state information and event data associated with a cancelable row event.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public class RowCancelEventArgs : RowEventArgs
Inheritance: objectRadRoutedEventArgsRowEventArgsRowCancelEventArgs
Inherited Members
Constructors
RowCancelEventArgs(RoutedEvent, object, GridViewRowItem)
Initializes a new instance of the RowCancelEventArgs class.
Declaration
cs-api-definition
public RowCancelEventArgs(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