Partager via


UIPrintInteractionCompletionHandler Délégué

Définition

Un délégué exécuté une fois l’impression terminée ou après qu’une erreur d’impression s’est produite.

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

Paramètres

printInteractionController
UIPrintInteractionController
completed
Boolean
error
NSError

S’applique à

Voir aussi