次の方法で共有


CAnimationStoryboardEventHandler クラス

更新 : 2011 年 3 月

Visual Studio 2010 SP1 が必要です。

ストーリーボードのステータスの変更時またはストーリーボードの更新時に Animation API によって呼び出されるコールバックを実装します。

class CAnimationStoryboardEventHandler : public CUIAnimationStoryboardEventHandlerBase<CAnimationStoryboardEventHandler>;

メンバー

パブリック コンストラクター

名前

説明

CAnimationStoryboardEventHandler::CAnimationStoryboardEventHandler

CAnimationStoryboardEventHandler オブジェクトを構築します。

パブリック メソッド

名前

説明

CAnimationStoryboardEventHandler::CreateInstance

CAnimationStoryboardEventHandler コールバックのインスタンスを作成します。

CAnimationStoryboardEventHandler::OnStoryboardStatusChanged

ストーリーボードのステータスが変化したときに発生する OnStoryboardStatusChanged イベントを処理します (CUIAnimationStoryboardEventHandlerBase::OnStoryboardStatusChanged をオーバーライドします)。

CAnimationStoryboardEventHandler::OnStoryboardUpdated

ストーリーボードが更新されるときに発生する OnStoryboardUpdated イベントを処理します (CUIAnimationStoryboardEventHandlerBase::OnStoryboardUpdated をオーバーライドします)。

CAnimationStoryboardEventHandler::SetAnimationController

イベントをルーティングするアニメーション コントローラーへのポインターを格納します。

解説

このイベント ハンドラーは、CAnimationController::EnableStoryboardEventHandler を呼び出すと作成され、IUIAnimationStoryboard::SetStoryboardEventHandler メソッドに渡されます。

継承階層

MFC クラス

CUIAnimationCallbackBase

CUIAnimationStoryboardEventHandlerBase

CAnimationStoryboardEventHandler

必要条件

ヘッダー: afxanimationcontroller.h

参照

その他の技術情報

MFC クラス

履歴の変更

日付

履歴

理由

2011 年 3 月

このコンテンツを追加。

SP1 機能変更