Bagikan melalui


DataRowView.ICustomTypeDescriptor.GetEvents Metode

Definisi

Mengembalikan peristiwa untuk instans komponen ini.

Overload

ICustomTypeDescriptor.GetEvents()

Mengembalikan peristiwa untuk instans komponen ini.

ICustomTypeDescriptor.GetEvents(Attribute[])

Mengembalikan peristiwa untuk instans komponen ini dengan atribut tertentu.

Keterangan

Anggota ini adalah implementasi anggota antarmuka eksplisit. Ini hanya dapat digunakan ketika instans dilemparkan DataRowView ke ICustomTypeDescriptor antarmuka.

ICustomTypeDescriptor.GetEvents()

Sumber:
DataRowView.cs
Sumber:
DataRowView.cs
Sumber:
DataRowView.cs

Mengembalikan peristiwa untuk instans komponen ini.

 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

Mengembalikan

Peristiwa untuk instans komponen ini.

Penerapan

Keterangan

Anggota ini adalah implementasi anggota antarmuka eksplisit. Ini hanya dapat digunakan ketika instans dilemparkan DataRowView ke ICustomTypeDescriptor antarmuka.

Berlaku untuk

ICustomTypeDescriptor.GetEvents(Attribute[])

Sumber:
DataRowView.cs
Sumber:
DataRowView.cs
Sumber:
DataRowView.cs

Mengembalikan peristiwa untuk instans komponen ini dengan atribut tertentu.

 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

Parameter

attributes
Attribute[]

Atribut.

Mengembalikan

Peristiwa untuk instans komponen ini.

Penerapan

Keterangan

Anggota ini adalah implementasi anggota antarmuka eksplisit. Ini hanya dapat digunakan ketika instans dilemparkan DataRowView ke ICustomTypeDescriptor antarmuka.

Berlaku untuk