Fired when interesting events happen on a LiveView connection (such as the connection closing).
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.1.3746 (2.2.1.3746)
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); }