EventEntry.HandlerType Eigenschaft

Definition

Dient zum Abrufen oder Festlegen des Delegatentyps für das Ereignis.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Eigenschaftswert

A Type that represents the type of delegate for the event.

Gilt für: