IToolTimerSink Interface
Provides a callback method that will be called at regular intervals by an IMapControl implementation.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CECore assembly)
Syntax
public interface IToolTimerSinkRemarks
IToolTimerSink is an optional interface that a tool can choose to implement if it wants to be called regularly by a timer.
Platforms
Windows, Linux, Android
IToolTimerSink Members
The IToolTimerSink type has the following members.
Methods
| Name | Description |
|---|---|
| OnToolTimer | Called when a IMapControl tool timer fires. |