Click or drag to resize

DictionaryEventArgsDictionary Property

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

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

Property Value

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