FinishedEventArgs クラス

定義

マネージド コールバック イベントのデータを提供します。

public class FinishedEventArgs : EventArgs
type FinishedEventArgs = class
    inherit EventArgs
継承
FinishedEventArgs

コンストラクター

名前 説明
FinishedEventArgs(IWindowInsetsAnimationController)

関連付けられたコールバックに渡されるマネージド イベント データを初期化します。

プロパティ

名前 説明
Controller

このコールバックに関連付けられているアニメーション コントローラーのウィンドウ インセットを取得します。

適用対象