Click or drag to resize

OnEventEx Delegate

Namespace:  mtapi.be.MT4ManagerNet
Assembly:  MT4ManagerNet (in MT4ManagerNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public delegate void OnEventEx(
	int code,
	int type,
	void* data,
	void* param
)

Parameters

code
Type: SystemInt32
type
Type: SystemInt32
data
Type: SystemVoid*
param
Type: SystemVoid*
See Also