Windows.System.Threading.TimerElapsedHandler
May 17, 2019 ยท View on GitHub
-description
Represents a method that is called when a timer created with CreateTimer or CreatePeriodicTimer expires.
-parameters
-param timer
The timer to associate with this method. When this timer expires, the method is called.
-remarks
When a timer is canceled, pending TimerElapsedHandler delegates are also canceled. TimerElapsedHandler delegates that are already running are allowed to finish.