Class ObservableSetCancellableEventArgs
Base class for value event args.
Inheritance
System.Object
ObservableSetCancellableEventArgs
Inherited Members
Namespace: Cortex.Net.Types
Assembly: Cortex.Net.dll
Syntax
public class ObservableSetCancellableEventArgs : ObservableSetEventArgs
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 |