RowCancelEventArgs
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:
C#
public class RowCancelEventArgs : RowEventArgs
Inheritance: objectRadRoutedEventArgsRowEventArgsRowCancelEventArgs
Inherited Members
Constructors
Initializes a new instance of the RowCancelEventArgs class.
C#
public RowCancelEventArgs(RoutedEvent routedEvent, object source, GridViewRowItem row)
The routed event that is raised.
sourceobjectThe source that has raised the event.
rowGridViewRowItemThe current GridViewRowItem