Documentation

new ObservableEvent()

Creates a new event with the specified name.

constructor(
name: string,
source: TSource,
data?: TData,
inner?: ObservableEvent,
noPropagation?: boolean,
);

Parameters

Related