Occurs after Connected property was changed.
property OnConnectChange: TConnectChangeEvent;
Occurs after the Connected property was changed. Connected parameter indicates whether the connection is active or not.
Note: This event is obsolete. Use AfterConnect and AfterDisconnect event handlers instead.