EventDescriptor.ComponentType Proprietà

Definizione

Quando sottoposto a override in una classe derivata, ottiene il tipo di componente a cui è associato questo evento.

public:
 abstract property Type ^ ComponentType { Type ^ get(); };
public abstract Type ComponentType { get; }
member this.ComponentType : Type
Public MustOverride ReadOnly Property ComponentType As Type

Valore della proprietà

Oggetto Type che rappresenta il tipo di componente a cui è associato l'evento.

Commenti

In genere, questa proprietà viene implementata tramite reflection.

Si applica a

Vedi anche