Click or drag to resize
ToolCommandDelegate Delegate
Direct command delegate.

Namespace: GeoEngine.Core.GXNetX.Windows
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public delegate void ToolCommandDelegate(
	int A_0,
	string A_1
)

Parameters

A_0
Type: SystemInt32
A_1
Type: SystemString
See Also