Header menu logo FSharp.Core

DelegateEvent<'Delegate> Type

Event implementations for an arbitrary type of delegate.

Constructors

Constructor Description

DelegateEvent()

Full Usage: DelegateEvent()

Returns: DelegateEvent<'Delegate> The event object.

Creates an event object suitable for implementing an arbitrary type of delegate.

Returns: DelegateEvent<'Delegate>

The event object.

Instance members

Instance member Description

this.Publish

Full Usage: this.Publish

Returns: IDelegateEvent<'Delegate>

Publishes the event as a first class event value.

Returns: IDelegateEvent<'Delegate>

this.Trigger

Full Usage: this.Trigger

Parameters:
    args : obj array - The parameters for the event.

Triggers the event using the given parameters.

args : obj array

The parameters for the event.

Type something to start searching.