FromIEEvent Method (, String)

RxJS

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

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

Syntax

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

Parameters

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

See Also