TypeInfo.GetDeclaredEvent(String) Método

Definición

Devuelve un objeto que representa el evento especificado declarado por el tipo actual.

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

Parámetros

name
String

Nombre del evento.

Devoluciones

Un objeto que representa el evento especificado, si se encuentra; si no, null.

Excepciones

name es null.

Se aplica a