_EventInfo.EventHandlerType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides COM objects with version-independent access to the EventHandlerType property.
public:
property Type ^ EventHandlerType { Type ^ get(); };
public Type EventHandlerType { get; }
member this.EventHandlerType : Type
Public ReadOnly Property EventHandlerType As Type
Property Value
A read-only Type object representing the delegate event handler.
Remarks
This method is for access to managed classes from unmanaged code and should not be called from managed code.
The EventHandlerType property gets the Type object of the underlying event-handler delegate associated with this event.