IUIAnimationTimerClientEventHandler interface
Defines a method for handling events related to changes in timer client status.
When to implement
Client applications generally do not need to implement this interface unless they are creating a timer component similar to IUIAnimationTimer.
Members
The IUIAnimationTimerClientEventHandler interface inherits from the IUnknown interface. IUIAnimationTimerClientEventHandler also has these types of members:
Methods
The IUIAnimationTimerClientEventHandler interface has these methods.
| Method | Description |
|---|---|
| IUIAnimationTimerClientEventHandler::OnTimerClientStatusChanged |
Handles events that occur when the status of the timer's client changes. |
Requirements
|
Minimum supported client |
Windows 7, Windows Vista and Platform Update for Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
IDL |
|
|
DLL |
|
|
IID |
IID_IUIAnimationTimerClientEventHandler is defined as BEDB4DB6-94FA-4bfb-A47F-EF2D9E408C25 |
See also
- IUnknown
- IUIAnimationTimer
- IUIAnimationTimerUpdateHandler::ClearTimerClientEventHandler
- IUIAnimationTimerUpdateHandler::SetTimerClientEventHandler