다음을 통해 공유


PdfView.Notifications 클래스

정의

클래스에서 게시한 알림입니다 PdfView .

public static class PdfView.Notifications
type PdfView.Notifications = class
상속
PdfView.Notifications

설명

개발자가 iOS 알림 허브(NSNotificationCenter)에 게시된 이벤트를 관찰할 수 있는 다양한 도우미 메서드를 포함하는 정적 클래스입니다.

이 클래스 post 이벤트에 정의된 메서드는 알림 인수에 대해 강력한 형식의 속성을 포함하는 매개 변수를 NSNotificationEventArgs 사용하여 제공된 메서드 또는 람다를 호출합니다.

메서드

ObserveAnnotationHit(EventHandler<PdfViewAnnotationHitEventArgs>)

상수에 대한 강력한 형식의 알림입니다 AnnotationHitNotification .

ObserveAnnotationHit(NSObject, EventHandler<PdfViewAnnotationHitEventArgs>)

상수에 대한 강력한 형식의 알림입니다 AnnotationHitNotification .

ObserveAnnotationWillHit(EventHandler<NSNotificationEventArgs>)

상수에 대한 강력한 형식의 알림입니다 AnnotationWillHitNotification .

ObserveAnnotationWillHit(NSObject, EventHandler<NSNotificationEventArgs>)

상수에 대한 강력한 형식의 알림입니다 AnnotationWillHitNotification .

ObserveChangedHistory(EventHandler<NSNotificationEventArgs>)

상수에 대한 강력한 형식의 알림입니다 ChangedHistoryNotification .

ObserveChangedHistory(NSObject, EventHandler<NSNotificationEventArgs>)

상수에 대한 강력한 형식의 알림입니다 ChangedHistoryNotification .

ObserveCopyPermission(EventHandler<NSNotificationEventArgs>)

상수에 대한 강력한 형식의 알림입니다 CopyPermissionNotification .

ObserveCopyPermission(NSObject, EventHandler<NSNotificationEventArgs>)

상수에 대한 강력한 형식의 알림입니다 CopyPermissionNotification .

ObserveDisplayBoxChanged(EventHandler<NSNotificationEventArgs>)

상수에 대한 강력한 형식의 알림입니다 DisplayBoxChangedNotification .

ObserveDisplayBoxChanged(NSObject, EventHandler<NSNotificationEventArgs>)

상수에 대한 강력한 형식의 알림입니다 DisplayBoxChangedNotification .

ObserveDisplayModeChanged(EventHandler<NSNotificationEventArgs>)

상수에 대한 강력한 형식의 알림입니다 DisplayModeChangedNotification .

ObserveDisplayModeChanged(NSObject, EventHandler<NSNotificationEventArgs>)

상수에 대한 강력한 형식의 알림입니다 DisplayModeChangedNotification .

ObserveDocumentChanged(EventHandler<NSNotificationEventArgs>)

상수에 대한 강력한 형식의 알림입니다 DocumentChangedNotification .

ObserveDocumentChanged(NSObject, EventHandler<NSNotificationEventArgs>)

상수에 대한 강력한 형식의 알림입니다 DocumentChangedNotification .

ObservePageChanged(EventHandler<NSNotificationEventArgs>)

상수에 대한 강력한 형식의 알림입니다 PageChangedNotification .

ObservePageChanged(NSObject, EventHandler<NSNotificationEventArgs>)

상수에 대한 강력한 형식의 알림입니다 PageChangedNotification .

ObservePrintPermission(EventHandler<NSNotificationEventArgs>)

상수에 대한 강력한 형식의 알림입니다 PrintPermissionNotification .

ObservePrintPermission(NSObject, EventHandler<NSNotificationEventArgs>)

상수에 대한 강력한 형식의 알림입니다 PrintPermissionNotification .

ObserveScaleChanged(EventHandler<NSNotificationEventArgs>)

상수에 대한 강력한 형식의 알림입니다 ScaleChangedNotification .

ObserveScaleChanged(NSObject, EventHandler<NSNotificationEventArgs>)

상수에 대한 강력한 형식의 알림입니다 ScaleChangedNotification .

ObserveSelectionChanged(EventHandler<NSNotificationEventArgs>)

상수에 대한 강력한 형식의 알림입니다 SelectionChangedNotification .

ObserveSelectionChanged(NSObject, EventHandler<NSNotificationEventArgs>)

상수에 대한 강력한 형식의 알림입니다 SelectionChangedNotification .

ObserveVisiblePagesChanged(EventHandler<NSNotificationEventArgs>)

상수에 대한 강력한 형식의 알림입니다 VisiblePagesChangedNotification .

ObserveVisiblePagesChanged(NSObject, EventHandler<NSNotificationEventArgs>)

상수에 대한 강력한 형식의 알림입니다 VisiblePagesChangedNotification .

적용 대상