Class
RowCancelEventArgs

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

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

object

The source that has raised the event.

row

GridViewRowItem

The current GridViewRowItem

Properties

Cancel

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

Declaration

cs-api-definition
public bool Cancel { get; set; }

Property Value

bool

True if cancel; otherwise, false.