Windows apps
Collapse the table of content
Expand the table of content
Information
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.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

System::Object
  System.Runtime.InteropServices::ComEventsHelper

public ref class ComEventsHelper abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCombine(Object^, Guid, Int32, Delegate^)

Adds a delegate to the invocation list of events originating from a COM object.

System_CAPS_pubmethodSystem_CAPS_staticRemove(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

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show:
© 2017 Microsoft