EventHandlerEnvironmentIsCancellable Property |
Tells if the operation can be cancelled by throwing an error.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic bool IsCancellable { get; set; }
Public Property IsCancellable As Boolean
Get
Set
public:
property bool IsCancellable {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also