 | 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
Syntaxpublic event FlushDelegate Flush
public event FlushDelegate Flush
Public Event Flush As FlushDelegate
Public Event Flush As FlushDelegate
public:
event FlushDelegate^ Flush {
void add (FlushDelegate^ value);
void remove (FlushDelegate^ value);
}
public:
event FlushDelegate^ Flush {
void add (FlushDelegate^ value);
void remove (FlushDelegate^ value);
}
member Flush : IEvent<FlushDelegate,
EventArgs>
member Flush : IEvent<FlushDelegate,
EventArgs>
Value
Type:
GeoEngine.Core.GXNetX.WindowsFlushDelegate
RemarksAny required tool settings may be set to the tool META obtained from initialization and will be serialized on this event.
See Also