|
| .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(window, eventName); |
Parameters
- window
- Type: WindowInstance
- eventName
- Type: System..::.String