TypeInfo.GetDeclaredEvent(String) Méthode

Définition

Retourne un objet qui représente l’événement spécifié déclaré par le type actuel.

public:
 virtual System::Reflection::EventInfo ^ GetDeclaredEvent(System::String ^ name);
public virtual System.Reflection.EventInfo GetDeclaredEvent (string name);
public virtual System.Reflection.EventInfo? GetDeclaredEvent (string name);
abstract member GetDeclaredEvent : string -> System.Reflection.EventInfo
override this.GetDeclaredEvent : string -> System.Reflection.EventInfo
Public Overridable Function GetDeclaredEvent (name As String) As EventInfo

Paramètres

name
String

Nom de l’événement.

Retours

Objet qui représente l'événement spécifié, s'il est trouvé ; sinon, null.

Exceptions

name a la valeur null.

S’applique à