Partager via


TypeProvider.GetEventHandlerType(EventInfo) Méthode

Définition

Obtient le Type de EventHandler, selon la référence à EventInfo.

public:
 static Type ^ GetEventHandlerType(System::Reflection::EventInfo ^ eventInfo);
public static Type GetEventHandlerType (System.Reflection.EventInfo eventInfo);
static member GetEventHandlerType : System.Reflection.EventInfo -> Type
Public Shared Function GetEventHandlerType (eventInfo As EventInfo) As Type

Paramètres

eventInfo
EventInfo

EventInfo d'où obtenir le type EventHandler.

Retours

Type

Type de EventHandler, selon la référence à EventInfo.

Exceptions

eventInfo est une référence Null (Nothing en Visual Basic).

S’applique à