共用方式為


IEventSource < T > 介面

表示資料流程,以事件表示其元素的訊號。

Namespace:System.Reactive
裝配: System.Reactive.dll) 中的 System.Reactive (

Syntax

'Declaration
Public Interface IEventSource(Of T)
'Usage
Dim instance As IEventSource(Of T)
public interface IEventSource<T>
generic<typename T>
public interface class IEventSource
type IEventSource<'T> =  interface end
JScript does not support generic types and methods.

類型參數

  • T
    事件引數類型。

IEventSource < T > 類型會公開下列成員。

事件

  名稱 描述
事件 OnNext 引發 Next 事件,表示資料流程中的下一個專案。

頂端

另請參閱

參考

System.Reactive 命名空間