Compartilhar via


UIPrintInteractionCompletionHandler Delegar

Definição

Um delegado executado após a conclusão da impressão ou após a ocorrência de um erro de impressão.

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

Aplica-se a

Confira também