Click or drag to resize

DispatchEventArgs Constructor

Initializes a new instance of the DispatchEventArgs class.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public DispatchEventArgs(
	int dispId,
	params Object[] arguments
)

Parameters

dispId
Type: SystemInt32
The IDispatch dispid.
arguments
Type: SystemObject
The IDispatch arguments.
See Also