TypeProvider.GetEventHandlerType(EventInfo) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 de EventHandler, selon la référence à EventInfo.
Exceptions
eventInfo
est une référence Null (Nothing
en Visual Basic).