Click or drag to resize

DictionaryEventArgs Constructor

Initializes a new instance of the DictionaryEventArgs class.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public DictionaryEventArgs(
	IDictionary<string, Object> dictionary,
	bool isCancelable = false
)

Parameters

dictionary
Type: System.Collections.GenericIDictionaryString, Object
The dictionary.
isCancelable (Optional)
Type: SystemBoolean
if set to true the event is cancelable.
Exceptions
ExceptionCondition
ArgumentNullExceptiondictionary is null.
See Also