TypeInfo.GetDeclaredEvent(String) Metoda

Definice

Vrátí objekt, který představuje zadanou událost deklarovanou aktuálním typem.

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

Parametry

name
String

Název události.

Návraty

Objekt, který představuje zadanou událost, pokud je nalezen; v opačném případě . null

Výjimky

name je null.

Platí pro