ReadyEventArgs(IWindowInsetsAnimationController, Int32) コンストラクター

定義

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

public ReadyEventArgs(Android.Views.IWindowInsetsAnimationController controller, int types);
new Android.Views.ReadyEventArgs : Android.Views.IWindowInsetsAnimationController * int -> Android.Views.ReadyEventArgs

パラメーター

controller
IWindowInsetsAnimationController

コントローラーに使用される Android.Views.IWindowInsetsAnimationController 値。

types
Int32

型に使用される System.Int32 値。

適用対象