TimerDestroyedHandler
TimerDestroyedHandler
TimerDestroyedHandler
TimerDestroyedHandler
Delegate
Definition
Represents a method that is called when a timer created with CreateTimer or CreatePeriodicTimer is complete.
public : delegate void TimerDestroyedHandler(ThreadPoolTimer timer)public delegate void TimerDestroyedHandler(ThreadPoolTimer timer)Public Delegate TimerDestroyedHandler(timer As ThreadPoolTimer)// This API is not available in Javascript.
Parameters
The timer to associate with this method.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|