PdfView.Notifications Class

Definition

Notification posted by the PdfView class.

public static class PdfView.Notifications
type PdfView.Notifications = class
Inheritance
PdfView.Notifications

Remarks

This is a static class which contains various helper methods that allow developers to observe events posted in the iOS notification hub (NSNotificationCenter).

The methods defined in this class post events invoke the provided method or lambda with a NSNotificationEventArgs parameter which contains strongly typed properties for the notification arguments.

Methods

ObserveAnnotationHit(EventHandler<PdfViewAnnotationHitEventArgs>)

Strongly typed notification for the AnnotationHitNotification constant.

ObserveAnnotationHit(NSObject, EventHandler<PdfViewAnnotationHitEventArgs>)

Strongly typed notification for the AnnotationHitNotification constant.

ObserveAnnotationWillHit(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the AnnotationWillHitNotification constant.

ObserveAnnotationWillHit(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the AnnotationWillHitNotification constant.

ObserveChangedHistory(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the ChangedHistoryNotification constant.

ObserveChangedHistory(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the ChangedHistoryNotification constant.

ObserveCopyPermission(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the CopyPermissionNotification constant.

ObserveCopyPermission(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the CopyPermissionNotification constant.

ObserveDisplayBoxChanged(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DisplayBoxChangedNotification constant.

ObserveDisplayBoxChanged(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DisplayBoxChangedNotification constant.

ObserveDisplayModeChanged(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DisplayModeChangedNotification constant.

ObserveDisplayModeChanged(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DisplayModeChangedNotification constant.

ObserveDocumentChanged(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DocumentChangedNotification constant.

ObserveDocumentChanged(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DocumentChangedNotification constant.

ObservePageChanged(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the PageChangedNotification constant.

ObservePageChanged(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the PageChangedNotification constant.

ObservePrintPermission(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the PrintPermissionNotification constant.

ObservePrintPermission(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the PrintPermissionNotification constant.

ObserveScaleChanged(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the ScaleChangedNotification constant.

ObserveScaleChanged(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the ScaleChangedNotification constant.

ObserveSelectionChanged(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the SelectionChangedNotification constant.

ObserveSelectionChanged(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the SelectionChangedNotification constant.

ObserveVisiblePagesChanged(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the VisiblePagesChangedNotification constant.

ObserveVisiblePagesChanged(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the VisiblePagesChangedNotification constant.

Applies to