DispatchEventArgs Constructor |
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public DispatchEventArgs(
int dispId,
params Object[] arguments
)
Parameters
- dispId
- Type: SystemInt32
The IDispatch dispid. - arguments
- Type: SystemObject
The IDispatch arguments.
See Also