Class RowCancelEventArgs
Contains state information and event data associated with a cancelable row event.
Inherited Members
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class RowCancelEventArgs : RowEventArgs
Constructors
RowCancelEventArgs(RoutedEvent, Object, GridViewRowItem)
Initializes a new instance of the RowCancelEventArgs class.
Declaration
public RowCancelEventArgs(RoutedEvent routedEvent, object source, GridViewRowItem row)
Parameters
RoutedEvent
routedEvent
The routed event that is raised. |
System.Object
source
The source that has raised the event. |
GridViewRowItem
row
The current GridViewRowItem |
Properties
Cancel
Gets or sets a value indicating whether the event should be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
System.Boolean
|