Condividi tramite


PdfView.Notifications Classe

Definizione

Notifica inviata dalla PdfView classe .

public static class PdfView.Notifications
type PdfView.Notifications = class
Ereditarietà
PdfView.Notifications

Commenti

Si tratta di una classe statica che contiene vari metodi helper che consentono agli sviluppatori di osservare gli eventi pubblicati nell'hub di notifica iOS (NSNotificationCenter).

I metodi definiti in questa classe post-eventi richiamano il metodo o l'espressione lambda forniti con un NSNotificationEventArgs parametro che contiene proprietà fortemente tipizzate per gli argomenti di notifica.

Metodi

ObserveAnnotationHit(EventHandler<PdfViewAnnotationHitEventArgs>)

Notifica fortemente tipizzata per la AnnotationHitNotification costante.

ObserveAnnotationHit(NSObject, EventHandler<PdfViewAnnotationHitEventArgs>)

Notifica fortemente tipizzata per la AnnotationHitNotification costante.

ObserveAnnotationWillHit(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la AnnotationWillHitNotification costante.

ObserveAnnotationWillHit(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la AnnotationWillHitNotification costante.

ObserveChangedHistory(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la ChangedHistoryNotification costante.

ObserveChangedHistory(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la ChangedHistoryNotification costante.

ObserveCopyPermission(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la CopyPermissionNotification costante.

ObserveCopyPermission(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la CopyPermissionNotification costante.

ObserveDisplayBoxChanged(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la DisplayBoxChangedNotification costante.

ObserveDisplayBoxChanged(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la DisplayBoxChangedNotification costante.

ObserveDisplayModeChanged(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la DisplayModeChangedNotification costante.

ObserveDisplayModeChanged(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la DisplayModeChangedNotification costante.

ObserveDocumentChanged(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la DocumentChangedNotification costante.

ObserveDocumentChanged(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la DocumentChangedNotification costante.

ObservePageChanged(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la PageChangedNotification costante.

ObservePageChanged(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la PageChangedNotification costante.

ObservePrintPermission(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la PrintPermissionNotification costante.

ObservePrintPermission(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la PrintPermissionNotification costante.

ObserveScaleChanged(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la ScaleChangedNotification costante.

ObserveScaleChanged(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la ScaleChangedNotification costante.

ObserveSelectionChanged(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la SelectionChangedNotification costante.

ObserveSelectionChanged(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la SelectionChangedNotification costante.

ObserveVisiblePagesChanged(EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la VisiblePagesChangedNotification costante.

ObserveVisiblePagesChanged(NSObject, EventHandler<NSNotificationEventArgs>)

Notifica fortemente tipizzata per la VisiblePagesChangedNotification costante.

Si applica a