.NET Framework Class Library |
Observable..::.FromHtmlEvent Method (, String) |
Observable Class See Also Send Feedback |
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(document, eventName); |
Parameters
- document
- Type: DOMDocument
- eventName
- Type: System..::.String