_EventInfo.EventHandlerType Property

Definition

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.

Applies to