Click or drag to resize

ConnectEventArgs Class

Connect event argumnets.
Inheritance Hierarchy
SystemObject
  mtapi.mt5ConnectEventArgs

Namespace: mtapi.mt5
Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax
public class ConnectEventArgs

The ConnectEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodConnectEventArgsInitializes a new instance of the ConnectEventArgs class
Top
Fields
 NameDescription
Public fieldException Connect exception. Can be null.
Public fieldProgress Connect progress
Top
See Also