IEventSource<T>。OnNext イベント

データ ストリーム内の次の要素を通知する Next イベントを発生させます。

Namespace: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.

参照

リファレンス

IEventSource<T> インターフェイス

System.Reactive 名前空間