Click or drag to resize

DispatchEvents Constructor

Initializes a new instance of the DispatchEvents class.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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