Class ObjectCancellableEventArgs
Base class for object event args.
Inheritance
System.Object
ObjectCancellableEventArgs
Namespace: Cortex.Net.Types
Assembly: Cortex.Net.dll
Syntax
public class ObjectCancellableEventArgs : ObjectEventArgs
Properties
| Improve this Doc View SourceCancel
Gets or sets a value indicating whether the change should be canceled.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |