DataBus.GetEvents Metodo

Definizione

Recupera tutti gli eventi pubblici dichiarati dal controllo DataBus.

Overload

GetEvents()

Restituisce gli eventi per il controllo DataBus.

GetEvents(Attribute[])

Restituisce una raccolta filtrata di descrittori dell'evento per il controllo DataBus.

GetEvents()

Restituisce gli eventi per il controllo DataBus.

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

Restituisce

EventDescriptorCollection

Oggetto EventDescriptorCollection che rappresenta tutti gli eventi per il controllo DataBus.

Implementazioni

Si applica a

GetEvents(Attribute[])

Restituisce una raccolta filtrata di descrittori dell'evento per il controllo DataBus.

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

Parametri

attributes
Attribute[]

Una matrice di attributi utilizzata come filtro.

Restituisce

EventDescriptorCollection

Oggetto EventDescriptorCollection che contiene le descrizioni dell'evento per il controllo DataBus.

Implementazioni

Si applica a