An event raised when the broker or data service is disconnected or reconnected.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public event EventHandler ConnectionStateChanged |
| Visual Basic (Declaration) |
|---|
Public Event ConnectionStateChanged As EventHandler |
| Visual C++ |
|---|
public: event EventHandler^ ConnectionStateChanged { void add (EventHandler^ value); void remove (EventHandler^ value); } |
Remarks
You can use the BrokerConnected and DataConnected properties
to determine which services are connected.