共用方式為


EventEntry.HandlerType 屬性

定義

取得或設定事件的委派型別。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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

屬性值

Type

Type,表示事件的委派型別。

適用於