PrintDocumentAdapter.LayoutResultCallback.OnLayoutFinished Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notifies that the layout finished and whether the content changed.
[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
Parameters
- info
- PrintDocumentInfo
An info object describing the document. Cannot be null
.
- changed
- Boolean
Whether the layout changed.
- Attributes
Remarks
Notifies that the layout finished and whether the content changed.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.