Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Genera l'evento Next che segnala l'elemento successivo nel flusso di dati.
Spazio dei nomi:System.Reactive
Assemblea: System.Reactive (in System.Reactive.dll)
Sintassi
'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.