ClassRadCancelEventArgs
Class
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:
Inherited Members
Constructors
RadCancelEventArgs()
Initializes a new instance of the RadCancelEventArgs class.
Declaration
cs-api-definition
public RadCancelEventArgs()
Properties
Methods
Cancel()
Cancels the event and its associated operation, setting the Canceled property to true.
Declaration
cs-api-definition
public void Cancel()