Freigeben über


UIPrintInteractionCompletionHandler Delegat

Definition

Ein Delegat, der nach Abschluss des Druckvorgangs oder nach einem Druckfehler ausgeführt wird.

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

Parameter

printInteractionController
UIPrintInteractionController
completed
Boolean
error
NSError

Gilt für:

Weitere Informationen