IEventSource<T> public interface IEventSource<T> Represents a data stream signaling its elements by means of an event. Documentation Code event Action<T> OnNext Event signaling the next element in the data stream.