New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public class RadCancelEventArgs : EventArgs

Inheritance: objectEventArgsRadCancelEventArgs

Derived Classes: ReplySortedCollectionChangingEventArgsShapeCollectionChangingEventArgs<T>

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the RadCancelEventArgs class.

C#
public RadCancelEventArgs()

Methods

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

C#
public void Cancel()

Properties

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

C#
public bool Canceled { get; }
Property Value:

The canceled.