TypeDescriptor.GetEventsFromRegisteredType(Type) Metodo

Definizione

Ottiene una raccolta di eventi per un tipo specificato di componente.

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

Parametri

componentType
Type

Oggetto Type del componente di destinazione.

Valori restituiti

Oggetto EventDescriptorCollection con gli eventi per questo componente.

Si applica a