Comparteix a través de


TypeDescriptor.GetEventsFromRegisteredType(Type) Método

Definición

Obtiene una colección de eventos para un 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

Devoluciones

Se aplica a