TypeDescriptor.GetEventsFromRegisteredType(Type) Methode

Definition

Ruft eine Auflistung von Ereignissen für einen angegebenen Komponententyp ab.

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

Parameter

componentType
Type

Die Type der Zielkomponente.

Gibt zurück

Ein EventDescriptorCollection mit den Ereignissen für diese Komponente.

Gilt für: