IEventPatternSource<TEventArgs> インターフェイス

イベントを使用してその要素にシグナルを送信するデータ ストリームを表します。

Namespace:System.Reactive
アセンブリ: System.Reactive (System.Reactive.dll)

構文

'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.

型パラメーター

  • TEventArgs
    イベント引数の型。

IEventPatternSource<TEventArgs 型は> 、次のメンバーを公開します。

events

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

参照

リファレンス

System.Reactive 名前空間