DispatchEvents Constructor |
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax 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 See Also