UIPrintInteractionCompletionHandler Delegado

Definición

Un delegado ejecutado después de que se complete la impresión o después de que se produzca un error de impresión.

public delegate void UIPrintInteractionCompletionHandler(UIPrintInteractionController printInteractionController, bool completed, NSError error);
type UIPrintInteractionCompletionHandler = delegate of UIPrintInteractionController * bool * NSError -> unit

Parámetros

printInteractionController
UIPrintInteractionController
completed
Boolean
error
NSError

Se aplica a

Consulte también