次の方法で共有


PrintDocumentAdapter.LayoutResultCallback.OnLayoutFinished メソッド

定義

レイアウトが終了し、コンテンツが変更されたかどうかを通知します。

[Android.Runtime.Register("onLayoutFinished", "(Landroid/print/PrintDocumentInfo;Z)V", "GetOnLayoutFinished_Landroid_print_PrintDocumentInfo_ZHandler")]
public virtual void OnLayoutFinished (Android.Print.PrintDocumentInfo? info, bool changed);
[<Android.Runtime.Register("onLayoutFinished", "(Landroid/print/PrintDocumentInfo;Z)V", "GetOnLayoutFinished_Landroid_print_PrintDocumentInfo_ZHandler")>]
abstract member OnLayoutFinished : Android.Print.PrintDocumentInfo * bool -> unit
override this.OnLayoutFinished : Android.Print.PrintDocumentInfo * bool -> unit

パラメーター

info
PrintDocumentInfo

ドキュメントを記述する情報オブジェクト。 null にすることはできません。

changed
Boolean

レイアウトが変更されたかどうか。

属性

注釈

レイアウトが終了し、コンテンツが変更されたかどうかを通知します。

の Java ドキュメントandroid.print.PrintDocumentAdapter.LayoutResultCallback.onLayoutFinished(android.print.PrintDocumentInfo, boolean)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象