Compartir a través de


PdfView.Notifications Clase

Definición

Notificación publicada por la PdfView clase .

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

Comentarios

Se trata de una clase estática que contiene varios métodos auxiliares que permiten a los desarrolladores observar eventos publicados en el centro de notificaciones de iOS (NSNotificationCenter).

Los métodos definidos en esta clase publican eventos invocan el método proporcionado o lambda con un NSNotificationEventArgs parámetro que contiene propiedades fuertemente tipadas para los argumentos de notificación.

Métodos

ObserveAnnotationHit(EventHandler<PdfViewAnnotationHitEventArgs>)

Notificación fuertemente tipada para la AnnotationHitNotification constante.

ObserveAnnotationHit(NSObject, EventHandler<PdfViewAnnotationHitEventArgs>)

Notificación fuertemente tipada para la AnnotationHitNotification constante.

ObserveAnnotationWillHit(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la AnnotationWillHitNotification constante.

ObserveAnnotationWillHit(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la AnnotationWillHitNotification constante.

ObserveChangedHistory(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la ChangedHistoryNotification constante.

ObserveChangedHistory(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la ChangedHistoryNotification constante.

ObserveCopyPermission(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la CopyPermissionNotification constante.

ObserveCopyPermission(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la CopyPermissionNotification constante.

ObserveDisplayBoxChanged(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la DisplayBoxChangedNotification constante.

ObserveDisplayBoxChanged(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la DisplayBoxChangedNotification constante.

ObserveDisplayModeChanged(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la DisplayModeChangedNotification constante.

ObserveDisplayModeChanged(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la DisplayModeChangedNotification constante.

ObserveDocumentChanged(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la DocumentChangedNotification constante.

ObserveDocumentChanged(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la DocumentChangedNotification constante.

ObservePageChanged(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la PageChangedNotification constante.

ObservePageChanged(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la PageChangedNotification constante.

ObservePrintPermission(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la PrintPermissionNotification constante.

ObservePrintPermission(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la PrintPermissionNotification constante.

ObserveScaleChanged(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la ScaleChangedNotification constante.

ObserveScaleChanged(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la ScaleChangedNotification constante.

ObserveSelectionChanged(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la SelectionChangedNotification constante.

ObserveSelectionChanged(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la SelectionChangedNotification constante.

ObserveVisiblePagesChanged(EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la VisiblePagesChangedNotification constante.

ObserveVisiblePagesChanged(NSObject, EventHandler<NSNotificationEventArgs>)

Notificación fuertemente tipada para la VisiblePagesChangedNotification constante.

Se aplica a