DictionaryEventArgsIsCancelable Property |
Gets a value indicating whether the event is cancelable.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public bool IsCancelable { get; }
Property Value
Type:
Booleantrue if the event is cancelable; otherwise,
false.
See Also