_EventInfo::AddEventHandler Method (Object^, Delegate^)
.NET Framework (current version)
Provides COM objects with version-independent access to the AddEventHandler method.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- target
-
Type:
System::Object^
The event source.
- handler
-
Type:
System::Delegate^
A method or methods to be invoked when the event is raised by the target.
This method is for access to managed classes from unmanaged code and should not be called from managed code.
The AddEventHandler method adds an event handler to an event source.
.NET Framework
Available since 1.1
Available since 1.1
Show: