EventDescriptor.EventType Proprietà

Definizione

Quando sottoposto a override in una classe derivata, ottiene il tipo di delegato per l'evento.

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

Valore della proprietà

Oggetto Type che rappresenta il tipo di delegato per l'evento.

Commenti

In genere, questa proprietà viene implementata tramite reflection.

Si applica a

Vedi anche