UIPrintInteractionCompletionHandler Delegate
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.
A delegate executed after printing completes or after a printing error occurs.
public delegate void UIPrintInteractionCompletionHandler(UIPrintInteractionController? printInteractionController, bool completed, NSError? error);
type UIPrintInteractionCompletionHandler = delegate of UIPrintInteractionController * bool * NSError -> unit
Parameters
- printInteractionController
- UIPrintInteractionController
- completed
- Boolean
- error
- NSError