Click or drag to resize

DictionaryEventArgs Class

Provides generic data for events.
Inheritance Hierarchy

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public class DictionaryEventArgs : CancelEventArgs

The DictionaryEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodDictionaryEventArgs
Initializes a new instance of the DictionaryEventArgs class.
Top
Properties
  NameDescription
Public propertyDictionary
Gets the dictionary of values associated with the event. This dictionary may be read-only.
Public propertyIsCancelable
Gets a value indicating whether the event is cancelable.
Top
See Also