Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Triggers the event using the given sender object and parameters. The sender object may be null.
Namespace/Module Path: Microsoft.FSharp.Control
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature:
member this.Trigger : obj * 'Args -> unit (requires delegate)
// Usage:
event.Trigger (sender, args)
Parameters
sender
Type: objThe object triggering the event.
args
Type: 'ArgsThe parameters for the event.
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