FromHtmlEvent Method (, String)

RxJS

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

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

Syntax

JavaScript
Rx.Observable.FromHtmlEvent = function(element, eventName);

Parameters

element
Type: DOMElement
eventName
Type: System..::.String

See Also