IToolTimerSink.OnToolTimer Method
Called when a MapControl tool timer fires.
OnToolTimer(System.Int32 deltaTime)
Called when a MapControl tool timer fires.Syntax
public System.Int32 OnToolTimer (
System.Int32 deltaTime
)
Parameters
The time in milliseconds since the last tool timer event.
Return Value
The number of milliseconds to wait until the next call. If zero or less than zero is returned a default interval of 20 milliseconds is used.
Remarks
If a MapControl is connected to two tools (one normal and one touch tool) and both tools implement IToolTimerSink then the minimum requested timeout interval is used.
Platforms
Windows, Linux, Android