DataRowView.ICustomTypeDescriptor.GetEvents Método

Definición

Devuelve los eventos de esta instancia de un componente.

Sobrecargas

Nombre Description
ICustomTypeDescriptor.GetEvents()

Devuelve los eventos de esta instancia de un componente.

ICustomTypeDescriptor.GetEvents(Attribute[])

Devuelve los eventos de esta instancia de un componente con atributos especificados.

Comentarios

Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la DataRowView instancia se convierte en una ICustomTypeDescriptor interfaz.

ICustomTypeDescriptor.GetEvents()

Devuelve los eventos de esta instancia de un componente.

 virtual System::ComponentModel::EventDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetEvents() = System::ComponentModel::ICustomTypeDescriptor::GetEvents;
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetEvents : unit -> System.ComponentModel.EventDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetEvents : unit -> System.ComponentModel.EventDescriptorCollection
Function GetEvents () As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents

Devoluciones

Eventos de esta instancia de un componente.

Implementaciones

Comentarios

Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la DataRowView instancia se convierte en una ICustomTypeDescriptor interfaz.

Se aplica a

ICustomTypeDescriptor.GetEvents(Attribute[])

Devuelve los eventos de esta instancia de un componente con atributos especificados.

 virtual System::ComponentModel::EventDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetEvents(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetEvents;
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
Function GetEvents (attributes As Attribute()) As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents

Parámetros

attributes
Attribute[]

Atributos.

Devoluciones

Eventos de esta instancia de un componente.

Implementaciones

Comentarios

Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la DataRowView instancia se convierte en una ICustomTypeDescriptor interfaz.

Se aplica a