OnConnectionStatusUpdate()
OnConnectionStatusUpdate()
Definition
An event driven method used which is called for every change in connection status.
Method Return Value
This method does not return a value.
Syntax
You must override the method in your indicator with the following syntax:
protected override void OnConnectionStatusUpdate(ConnectionStatusEventArgs connectionStatusUpdate)

