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

布局是否已更改。

属性

注解

通知布局已完成以及内容是否已更改。

适用于 . 的 android.print.PrintDocumentAdapter.LayoutResultCallback.onLayoutFinished(android.print.PrintDocumentInfo, boolean)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于