Bagikan melalui


IDelegateEvent.RemoveHandler<'Delegate> Method (F#)

Remove a listener delegate from an event listener store.

Namespace/Module Path: Microsoft.FSharp.Control

Assembly: FSharp.Core (in FSharp.Core.dll)

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

// Usage:
iDelegateEvent.RemoveHandler (handler)

Parameters

  • handler
    Type: 'Delegate

    The delegate to be removed from the event listener store.

Platforms

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

Version Information

F# Core Library Versions

Supported in: 2.0, 4.0, Portable

See Also

Reference

Control.IDelegateEvent<'Delegate> Interface (F#)

Microsoft.FSharp.Control Namespace (F#)