Click or drag to resize

ToolControlFlush Event

Flush tool settings event.

Namespace:  GeoEngine.Core.GXNetX.Windows
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public event FlushDelegate Flush

public event FlushDelegate Flush

Value

Type: GeoEngine.Core.GXNetX.WindowsFlushDelegate
Remarks
Any required tool settings may be set to the tool META obtained from initialization and will be serialized on this event.
See Also