EventEntry.HandlerType Proprietà

Definizione

Ottiene o imposta il tipo di delegato dell'evento.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 property Type ^ HandlerType { Type ^ get(); void set(Type ^ value); };
public Type HandlerType { get; set; }
member this.HandlerType : Type with get, set
Public Property HandlerType As Type

Valore della proprietà

Type

Oggetto Type che rappresenta il tipo di delegato dell'evento.

Si applica a