PdfView.Notifications 类

定义

PdfView 发布的通知。

public static class PdfView.Notifications
type PdfView.Notifications = class
继承
PdfView.Notifications

注解

这是一个静态类,其中包含各种帮助程序方法,使开发人员能够观察 iOS 通知中心 (NSNotificationCenter) 发布的事件。

此类中定义的方法发布事件后,使用 NSNotificationEventArgs 包含通知参数的强类型属性的参数调用提供的方法或 lambda。

方法

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

适用于