Click or drag to resize

DispatchEvents Constructor

Initializes a new instance of the DispatchEvents class.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public DispatchEvents(
	Guid interfaceId,
	Object container
)

Parameters

interfaceId
Type: SystemGuid
The events interface identifier (IID).
container
Type: SystemObject
The container to connect to (it must implement the IConnectionPointContainer).
Exceptions
ExceptionCondition
ArgumentNullExceptioncontainer
See Also