共用方式為


IDelegateEvent.AddHandler<'Delegate> 方法 (F#)

將處理常式委派物件連接至事件。 稍後可以使用 RemoveHandler 移除處理常式。 引發事件時所要叫用的接聽程式。

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

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

// Signature:
abstract this.AddHandler : 'Delegate -> unit

// Usage:
iDelegateEvent.AddHandler (handler)

參數

  • handler
    型別:'Delegate

    引發事件時所要叫用的委派。

平台

Windows 8 中, Windows 7, Windows Server 2012 上, Windows Server 2008 R2

版本資訊

F# 核心程式庫版本

支援版本:2.0, 4.0,可攜式執行檔 (PE)。

請參閱

參考

Control.IDelegateEvent<'Delegate> 介面 (F#)

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