Control.Event<'T> Class (F#)
Visual Studio 2012
Event implementations for the IEvent type.
Namespace/Module Path: Microsoft.FSharp.Control
Assembly: FSharp.Core (in FSharp.Core.dll)
type Event<'T> = class new Event : unit -> Event<'T> member this.Trigger : 'T -> unit member this.Publish : IEvent<'T> end
Functions that work with events are defined in the Event module.
This type is named FSharpEvent in compiled assemblies. If you are accessing the type from a language other than F#, or through reflection, use this name.