Click or drag to resize

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
C#
public bool IsCancelable { get; }

Property Value

Type: Boolean
true if the event is cancelable; otherwise, false.
See Also