Control.DelegateEvent<'Delegate> Class (F#)
Visual Studio 2012
Event implementations for an arbitrary type of delegate.
Namespace/Module Path: Microsoft.FSharp.Control
Assembly: FSharp.Core (in FSharp.Core.dll)
type DelegateEvent<'Delegate> = class new DelegateEvent : unit -> DelegateEvent<'Delegate> member this.Trigger : obj [] -> unit member this.Publish : IDelegateEvent<'Delegate> end