raiseEx

[ Function ]

static raiseEx(
    event: EventProvider.IEventEntry,
    ...args: any[]
): void;

Triggers an event based on a specific event registration.

See also: EventProvider.watchEventRegistration

Parameter

Name

Type

Description

event

EventProvider.IEventEntry

An event entry for a specific event registration.

args [ residual parameters ]

any

A user-defined number of parameters that are passed through to the event callbacks in addition to the first parameter.

Return value

Type

Description

void

No return value

raiseEx 1:

Available from version 1.10

Sample - JavaScript

See the sample for the function EventProvider.watchEventRegistration