Click or drag to resize

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

Property Value

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