Click or drag to resize

OnConnectProgress Delegate

Connect progress.

Namespace: mtapi.mt5
Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax
public delegate void OnConnectProgress(
	MT5API sender,
	ConnectEventArgs args
)

Parameters

sender  MT5API
Object that sent event
args  ConnectEventArgs
Event arguments
See Also