FromDOMEvent Method (, String)

RxJS

Returns an observable sequence that contains the values of the underlying DOM event.

Namespace:  Rx
Assembly:  RxJS (in RxJS.dll)

Syntax

JavaScript
Rx.Observable.FromDOMEvent = function(document, eventName);

Parameters

document
Type: DOMDocument
eventName
Type: System..::.String

See Also