次の方法で共有


PdfView.Notifications クラス

定義

クラスによって PdfView 投稿された通知。

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

注釈

これは、開発者が iOS 通知ハブ (NSNotificationCenter) に投稿されたイベントを観察できるようにするさまざまなヘルパー メソッドを含む静的クラスです。

このクラスのポスト イベントで定義されているメソッドは、通知引数の厳密に型指定されたプロパティを含むパラメーターを 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 厳密に型指定された通知。

適用対象