IToolTimerSink Interface
Provides a callback method that will be called at regular intervals by a MapControl.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public interface IToolTimerSink
Remarks
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 MapControl tool timer fires. |