Condividi tramite


Interfaccia IEventPatternSource<TEventArgs>

Rappresenta un flusso di dati che segnala i relativi elementi tramite un evento.

Spazio dei nomi:System.Reactive
Assemblea: System.Reactive (in System.Reactive.dll)

Sintassi

'Declaration
Public Interface IEventPatternSource(Of TEventArgs As EventArgs)
'Usage
Dim instance As IEventPatternSource(Of TEventArgs)
public interface IEventPatternSource<TEventArgs>
where TEventArgs : EventArgs
generic<typename TEventArgs>
where TEventArgs : EventArgs
public interface class IEventPatternSource
type IEventPatternSource<'TEventArgs when 'TEventArgs : EventArgs> =  interface end
JScript does not support generic types and methods.

Parametri di tipo

  • TEventArgs
    Tipo di argomento dell'evento.

Il tipo IEventPatternSource<TEventArgs> espone i membri seguenti.

evento

  Nome Descrizione
Onnext Genera l'evento Next che segnala l'elemento successivo nel flusso di dati.

TOP

Vedere anche

Riferimento

Spazio dei nomi System.Reactive