다음을 통해 공유


IEventPatternSource<TEventArgs> 인터페이스

이벤트를 통해 해당 요소에 신호를 전송하는 데이터 스트림을 나타냅니다.

네임스페이스:System.Reactive
어셈블리: System.Reactive(System.Reactive.dll)

Syntax

'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> 형식은 다음 멤버를 노출합니다.

이벤트

  속성 Description
공개 이벤트 OnNext 데이터 스트림의 다음 요소에 신호를 전송하는 Next 이벤트를 발생합니다.

상위

참고 항목

참조

System.Reactive 네임스페이스