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 Row
Declaration
public RowCancelEventArgs(RoutedEvent routedEvent, object source, GridViewRowItem row)
Parameters
System. The routed event that is raised. |
System. The source that has raised the event. |
Grid The current Grid |
Properties
Cancel
Gets or sets a value indicating whether the event should be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
System.
|