The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ComEventsHelper Class
.NET Framework (current version)
Provides methods that enable .NET Framework delegates that handle events to be added and removed from COM objects.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Combine(Object^, Guid, Int32, Delegate^) | Adds a delegate to the invocation list of events originating from a COM object. |
![]() ![]() | Remove(Object^, Guid, Int32, Delegate^) | Removes a delegate from the invocation list of events originating from a COM object. |
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

