共用方式為


Control.Handler<'T> 類別 (F#)

在 F # 事件型別 IEvent 聯委派型別。

命名空間/模組路徑: Microsoft.FSharp.Control

組件:FSharp.Core (在 FSharp.Core.dll 中)

type Handler<'T> =
 class
  abstract this.Invoke : obj * 'T -> unit
 end

備註

這個型別是名為 FSharpHandler中 已編譯的組件。 如果從一個語言,F # 以外,或透過反映存取類型使用這個名稱。

執行個體成員

成員

說明

Invoke

呼叫函式或事件處理常式相關聯的函式。

平台

Windows 7、Windows Vista SP2、Windows XP SP3、Windows XP x64 SP2、Windows Server 2008 R2、Windows Server 2008 SP2、Windows Server 2003 SP2

版本資訊

F# 執行階段

支援版本:2.0、4.0

Silverlight

支援版本:3

請參閱

參考

Microsoft.FSharp.Control 命名空間 (F#)