UIPrintInteractionCompletionHandler Делегат

Определение

Делегат, выполняемый после завершения печати или после возникновения ошибки печати.

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

Параметры

printInteractionController
UIPrintInteractionController
completed
Boolean
error
NSError

Применяется к

См. также раздел