Class RadCancelEventArgs
Provides data for cancelable events, allowing subscribers to cancel the operation by calling Cancel.
Inheritance
System.Object
System.EventArgs
RadCancelEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Core
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class RadCancelEventArgs : EventArgs
Constructors
RadCancelEventArgs()
Properties
Canceled
Gets whether the event and its associated operation have been canceled.
Declaration
public bool Canceled { get; }
Property Value
|
System.Boolean
The canceled. |
Methods
Cancel()
Cancels the event and its associated operation, setting the Canceled property to true.
Declaration
public void Cancel()