CAnimationStoryboardEventHandler 类

class CAnimationStoryboardEventHandler : public CUIAnimationStoryboardEventHandlerBase<CAnimationStoryboardEventHandler>;

成员

Gg466547.collapse_all(zh-cn,VS.110).gif公共构造函数

名称

说明

CAnimationStoryboardEventHandler::CAnimationStoryboardEventHandler

构造 CAnimationStoryboardEventHandler 对象。

Gg466547.collapse_all(zh-cn,VS.110).gif公共方法

名称

说明

CAnimationStoryboardEventHandler::CreateInstance

创建 CAnimationStoryboardEventHandler 回调实例。

CAnimationStoryboardEventHandler::OnStoryboardStatusChanged

处理 OnStoryboardStatusChanged 事件,时,会发生演示图板状态更改(重写 CUIAnimationStoryboardEventHandlerBase::OnStoryboardStatusChanged。)

CAnimationStoryboardEventHandler::OnStoryboardUpdated

处理 OnStoryboardUpdated 事件,时,会发生演示图板更新(重写 CUIAnimationStoryboardEventHandlerBase::OnStoryboardUpdated。)

CAnimationStoryboardEventHandler::SetAnimationController

存储指向路由事件的动画控制器的指针。

备注

在调用 CAnimationController::EnableStoryboardEventHandler时,此事件处理程序中创建并传递给 IUIAnimationStoryboard::SetStoryboardEventHandler 方法。

继承层次结构

CUIAnimationCallbackBase

CUIAnimationStoryboardEventHandlerBase

CAnimationStoryboardEventHandler

要求

标头: afxanimationcontroller.h

请参见

其他资源

MFC 类