데이터 스트림의 다음 요소에 신호를 전송하는 Next 이벤트를 발생합니다.
네임스페이스:System.Reactive
어셈블리: System.Reactive(System.Reactive.dll)
구문
'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.