New to Telerik UI for WPFStart a free 30-day trial

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 RowEventArgs.Row

Constructors

Initializes a new instance of the RowCancelEventArgs class.

C#
public RowCancelEventArgs(RoutedEvent routedEvent, object source, GridViewRowItem row)
Parameters:routedEventRoutedEvent

The routed event that is raised.

sourceobject

The source that has raised the event.

rowGridViewRowItem

The current GridViewRowItem

Properties

Gets or sets a value indicating whether the event should be canceled.

C#
public bool Cancel { get; set; }
Property Value:

True if cancel; otherwise, false.