Click or drag to resize

DictionaryEventArgsDictionary Property

Gets the dictionary of values associated with the event. This dictionary may be read-only.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public IDictionary<string, Object> Dictionary { get; }

Property Value

Type: IDictionaryString, Object
The dictionary of values associated with the event.
See Also