View.ToolTimerElapsed Event
Sent to the MapControl that the view belongs to when a tool should be notified.
Syntax
public event ToolTimerElapsedEventHandler ToolTimerElapsed
Remarks
This event only needs to be taken care of if you are writing your own MapControl. When the event is fired, the MapControl is responsible to check if its tools implement IToolTimerSink and call IToolTimerSink.OnToolTimer.
If the view is not attached to a MapControl, this event will not be sent.
Platforms
Windows, Linux, Android