다음을 통해 공유


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

적용 대상

추가 정보