Share via


PdfDocument.Notifications Class

Definition

Notifications posted by the PdfDocument class.

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

Remarks

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

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

Methods

Name Description
ObserveDidBeginFind(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidBeginFindNotification constant.

ObserveDidBeginFind(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidBeginFindNotification constant.

ObserveDidBeginPageFind(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidBeginPageFindNotification constant.

ObserveDidBeginPageFind(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidBeginPageFindNotification constant.

ObserveDidBeginPageWrite(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidBeginPageWriteNotification constant.

ObserveDidBeginPageWrite(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidBeginPageWriteNotification constant.

ObserveDidBeginWrite(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidBeginWriteNotification constant.

ObserveDidBeginWrite(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidBeginWriteNotification constant.

ObserveDidEndFind(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidEndFindNotification constant.

ObserveDidEndFind(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidEndFindNotification constant.

ObserveDidEndPageFind(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidEndPageFindNotification constant.

ObserveDidEndPageFind(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidEndPageFindNotification constant.

ObserveDidEndPageWrite(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidEndPageWriteNotification constant.

ObserveDidEndPageWrite(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidEndPageWriteNotification constant.

ObserveDidEndWrite(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidEndWriteNotification constant.

ObserveDidEndWrite(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidEndWriteNotification constant.

ObserveDidFindMatch(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidFindMatchNotification constant.

ObserveDidFindMatch(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidFindMatchNotification constant.

ObserveDidUnlock(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidUnlockNotification constant.

ObserveDidUnlock(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidUnlockNotification constant.

Applies to