Cadenza : Cadenza Namespace

EventHandlerCoda Class

Documentation for this section has not yet been entered.

public static class EventHandlerCoda

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Cadenza
Assembly: Cadenza (in Cadenza.dll)
Assembly Versions: 0.1.0.0

Members

See Also: Inherited members from object.

Public Methods

static
Raise (this EventHandler, object)
Documentation for this section has not yet been entered.
static
Raise (this EventHandler, object, EventArgs)
Documentation for this section has not yet been entered.
static
Raise (this EventHandler, object, Func<EventArgs>)
Documentation for this section has not yet been entered.
static
Raise<T> (this EventHandler<T>, object, Func<T>)
Documentation for this section has not yet been entered.
static
Raise<T> (this EventHandler<T>, object, T)
Documentation for this section has not yet been entered.

Member Details

Raise Method

Documentation for this section has not yet been entered.

public static void Raise (this EventHandler self, object sender)

Parameters

self
Documentation for this section has not yet been entered.
sender
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Cadenza
Assembly: Cadenza (in Cadenza.dll)
Assembly Versions: 0.1.0.0

Raise Method

Documentation for this section has not yet been entered.

public static void Raise (this EventHandler self, object sender, EventArgs e)

Parameters

self
Documentation for this section has not yet been entered.
sender
Documentation for this section has not yet been entered.
e
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Cadenza
Assembly: Cadenza (in Cadenza.dll)
Assembly Versions: 0.1.0.0

Raise Method

Documentation for this section has not yet been entered.

public static void Raise (this EventHandler self, object sender, Func<EventArgs> creator)

Parameters

self
Documentation for this section has not yet been entered.
sender
Documentation for this section has not yet been entered.
creator
Documentation for this section has not yet been entered.

Exceptions

Type Reason
ArgumentNullException Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Cadenza
Assembly: Cadenza (in Cadenza.dll)
Assembly Versions: 0.1.0.0

Raise<T> Generic Method

Documentation for this section has not yet been entered.

public static void Raise<T> (this EventHandler<T> self, object sender, Func<T> creator)
where T : EventArgs

Type Parameters

T
Documentation for this section has not yet been entered.

Parameters

self
Documentation for this section has not yet been entered.
sender
Documentation for this section has not yet been entered.
creator
Documentation for this section has not yet been entered.

Exceptions

Type Reason
ArgumentNullException Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Cadenza
Assembly: Cadenza (in Cadenza.dll)
Assembly Versions: 0.1.0.0

Raise<T> Generic Method

Documentation for this section has not yet been entered.

public static void Raise<T> (this EventHandler<T> self, object sender, T args)
where T : EventArgs

Type Parameters

T
Documentation for this section has not yet been entered.

Parameters

self
Documentation for this section has not yet been entered.
sender
Documentation for this section has not yet been entered.
args
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Cadenza
Assembly: Cadenza (in Cadenza.dll)
Assembly Versions: 0.1.0.0