Fired when interesting events happen on a LiveView connection (such as the connection closing).

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

Syntax

         
 C#  Visual Basic  Visual C++ 
public event EventHandler<ConnectionEventArgs> ConnectionEvent
Public Event ConnectionEvent As EventHandler(Of ConnectionEventArgs)
public:
 event EventHandler<ConnectionEventArgs^>^ ConnectionEvent {
	void add (EventHandler<ConnectionEventArgs^>^ value);
	void remove (EventHandler<ConnectionEventArgs^>^ value);
}

See Also