Control.Handler<'T> Class (F#)
Visual Studio 2012
A delegate type associated with the F# event type IEvent.
Namespace/Module Path: Microsoft.FSharp.Control
Assembly: FSharp.Core (in FSharp.Core.dll)
type Handler<'T> = class abstract this.Invoke : obj * 'T -> unit end