Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises the Next event signaling the next element in the data stream.
Namespace: System.Reactive
Assembly: System.Reactive (in System.Reactive.dll)
Syntax
'Declaration
Event OnNext As Action(Of T)
'Usage
Dim instance As IEventSource
Dim handler As Action(Of T)
AddHandler instance.OnNext, handler
event Action<T> OnNext
event Action<T>^ OnNext {
void add (Action<T>^ value);
void remove (Action<T>^ value);
}
abstract OnNext : IEvent<Action<'T>,
EventArgs>
JScript supports the use of events, but not the declaration of new ones.