TypeDescriptor.GetEventsFromRegisteredType(Type) Metoda

Definice

Získá kolekci událostí pro zadaný typ komponenty.

public:
 static System::ComponentModel::EventDescriptorCollection ^ GetEventsFromRegisteredType(Type ^ componentType);
public static System.ComponentModel.EventDescriptorCollection GetEventsFromRegisteredType(Type componentType);
static member GetEventsFromRegisteredType : Type -> System.ComponentModel.EventDescriptorCollection
Public Shared Function GetEventsFromRegisteredType (componentType As Type) As EventDescriptorCollection

Parametry

componentType
Type

Cílová komponenta Type .

Návraty

Událostí EventDescriptorCollection pro tuto komponentu

Platí pro