TypeDescriptor.GetEventsFromRegisteredType(Type) Método

Definição

Obtém uma coleção de eventos para um tipo de componente especificado.

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

Parâmetros

componentType
Type

Retornos

Aplica-se a