DataRowView.ICustomTypeDescriptor.GetEvents Metoda

Definice

Vrátí události pro tuto instanci komponenty.

Přetížení

ICustomTypeDescriptor.GetEvents()

Vrátí události pro tuto instanci komponenty.

ICustomTypeDescriptor.GetEvents(Attribute[])

Vrátí události pro tuto instanci komponenty se zadanými atributy.

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v případě, že DataRowView je instance přetypovaná na ICustomTypeDescriptor rozhraní.

ICustomTypeDescriptor.GetEvents()

Zdroj:
DataRowView.cs
Zdroj:
DataRowView.cs
Zdroj:
DataRowView.cs

Vrátí události pro tuto instanci komponenty.

 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

Návraty

Události pro tuto instanci komponenty.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v případě, že DataRowView je instance přetypovaná na ICustomTypeDescriptor rozhraní.

Platí pro

ICustomTypeDescriptor.GetEvents(Attribute[])

Zdroj:
DataRowView.cs
Zdroj:
DataRowView.cs
Zdroj:
DataRowView.cs

Vrátí události pro tuto instanci komponenty se zadanými atributy.

 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

Parametry

attributes
Attribute[]

Atributy.

Návraty

Události pro tuto instanci komponenty.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v případě, že DataRowView je instance přetypovaná na ICustomTypeDescriptor rozhraní.

Platí pro