CAnimationStoryboardEventHandler 类
实现回调,它在演示图板状态更改时或演示图板更新时由动画 API 调用。
class CAnimationStoryboardEventHandler : public CUIAnimationStoryboardEventHandlerBase<CAnimationStoryboardEventHandler>;
成员
公共构造函数
名称 |
说明 |
---|---|
CAnimationStoryboardEventHandler::CAnimationStoryboardEventHandler |
构造 CAnimationStoryboardEventHandler 对象。 |
公共方法
名称 |
说明 |
---|---|
创建 CAnimationStoryboardEventHandler 回调实例。 |
|
处理 OnStoryboardStatusChanged 事件,时,会发生演示图板状态更改(重写 CUIAnimationStoryboardEventHandlerBase::OnStoryboardStatusChanged。) |
|
处理 OnStoryboardUpdated 事件,时,会发生演示图板更新(重写 CUIAnimationStoryboardEventHandlerBase::OnStoryboardUpdated。) |
|
存储指向路由事件的动画控制器的指针。 |
备注
在调用 CAnimationController::EnableStoryboardEventHandler时,此事件处理程序中创建并传递给 IUIAnimationStoryboard::SetStoryboardEventHandler 方法。
继承层次结构
CUIAnimationCallbackBase
CUIAnimationStoryboardEventHandlerBase
CAnimationStoryboardEventHandler
要求
标头: afxanimationcontroller.h