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