PrintDocumentAdapter.LayoutResultCallback.OnLayoutFinished 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
通知布局已完成以及内容是否已更改。
[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 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。