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