CanvasPrintTaskOptionsChangedEventArgsGetDeferral Method |
Namespace: Microsoft.Graphics.Canvas.Printing
Usually, when the PrintTaskOptionsChanged event handler returns this indicates to CanvasPrintDocument that the application has finished all the processing required. However, if the application needs to perform asynchronous operations (for example, loading files from disk or performing calculations on a background thread) then it should defer completion using GetDeferral.