Click or drag to resize

DataListener Events

The DataListener type exposes the following members.

Events
  Name Description
Public event DataChanged Occurs when the Data has changed.
Public event DataExtracted Occurs when time-series data is extracted from the received packets.
Public event DataInitComplete Occurs when the Data is populated completely on Startup.
Public event DataInitFailure Occurs when the Data cannot be populated on Startup due to the unavailability of the Server.
Public event DataInitPartial Occurs when the Data cannot be populated completely on Startup.
Public event DataInitStart Occurs when the Data is being populated on Startup.
Public event Disposed Occurs when the component is disposed by a call to the Dispose method.
(Inherited from Component)
Public event ListenerStarted Occurs when the DataListener has started.
Public event ListenerStarting Occurs when the DataListener is starting up.
Public event ListenerStopped Occurs when DataListener has stopped.
Public event ListenerStopping Occurs when the DataListener is being stopped.
Public event SocketConnected Occurs when the underlying Socket connection for receiving time-series data is established.
Public event SocketConnecting Occurs when the underlying Socket connection for receiving time-series data is being attempted.
Public event SocketDisconnected Occurs when the underlying Socket connection for receiving time-series data is terminated.
Top
See Also