Class
RadCancelEventArgs

Provides data for cancelable events, allowing subscribers to cancel the operation by calling Cancel.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Core

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public class RadCancelEventArgs : EventArgs

Inheritance: objectEventArgsRadCancelEventArgs

Derived Classes: UICommandExecutingEventArgsPositionChangingEventArgsSelectionChangingEventArgsSelectionRangeChangingEventArgsReplySortedCollectionChangingEventArgsShapeCollectionChangingEventArgs<T>

Inherited Members EventArgs.Empty

Constructors

RadCancelEventArgs()

Initializes a new instance of the RadCancelEventArgs class.

Declaration

cs-api-definition
public RadCancelEventArgs()

Properties

Canceled

Gets whether the event and its associated operation have been canceled.

Declaration

cs-api-definition
public bool Canceled { get; }

Property Value

bool

The canceled.

Methods

Cancel()

Cancels the event and its associated operation, setting the Canceled property to true.

Declaration

cs-api-definition
public void Cancel()