NSApplication.Notifications Class

Definition

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

Methods

ObserveAnnouncementRequested(EventHandler<NSNotificationEventArgs>)
ObserveAnnouncementRequested(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveApplicationActivated(EventHandler<NSNotificationEventArgs>)
ObserveApplicationActivated(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveApplicationDeactivated(EventHandler<NSNotificationEventArgs>)
ObserveApplicationDeactivated(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveApplicationHidden(EventHandler<NSNotificationEventArgs>)
ObserveApplicationHidden(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveApplicationShown(EventHandler<NSNotificationEventArgs>)
ObserveApplicationShown(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveCreated(EventHandler<NSNotificationEventArgs>)
ObserveCreated(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveDidBecomeActive(EventHandler<NSNotificationEventArgs>)
ObserveDidBecomeActive(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveDidChangeScreenParameters(EventHandler<NSNotificationEventArgs>)
ObserveDidChangeScreenParameters(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveDidFinishLaunching(EventHandler<NSApplicationDidFinishLaunchingEventArgs>)
ObserveDidFinishLaunching(NSObject, EventHandler<NSApplicationDidFinishLaunchingEventArgs>)
ObserveDidFinishRestoringWindows(EventHandler<NSNotificationEventArgs>)
ObserveDidFinishRestoringWindows(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveDidHide(EventHandler<NSNotificationEventArgs>)
ObserveDidHide(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveDidResignActive(EventHandler<NSNotificationEventArgs>)
ObserveDidResignActive(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveDidUnhide(EventHandler<NSNotificationEventArgs>)
ObserveDidUnhide(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveDidUpdate(EventHandler<NSNotificationEventArgs>)
ObserveDidUpdate(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveDrawerCreated(EventHandler<NSNotificationEventArgs>)
ObserveDrawerCreated(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveFocusedWindowChanged(EventHandler<NSNotificationEventArgs>)
ObserveFocusedWindowChanged(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveHelpTagCreated(EventHandler<NSNotificationEventArgs>)
ObserveHelpTagCreated(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveLayoutChanged(EventHandler<NSNotificationEventArgs>)
ObserveLayoutChanged(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveMainWindowChanged(EventHandler<NSNotificationEventArgs>)
ObserveMainWindowChanged(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveMoved(EventHandler<NSNotificationEventArgs>)
ObserveMoved(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveResized(EventHandler<NSNotificationEventArgs>)
ObserveResized(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveRowCollapsed(EventHandler<NSNotificationEventArgs>)
ObserveRowCollapsed(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveRowCountChanged(EventHandler<NSNotificationEventArgs>)
ObserveRowCountChanged(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveRowExpanded(EventHandler<NSNotificationEventArgs>)
ObserveRowExpanded(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveSelectedCellsChanged(EventHandler<NSNotificationEventArgs>)
ObserveSelectedCellsChanged(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveSelectedChildrenChanged(EventHandler<NSNotificationEventArgs>)
ObserveSelectedChildrenChanged(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveSelectedChildrenMoved(EventHandler<NSNotificationEventArgs>)
ObserveSelectedChildrenMoved(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveSelectedColumnsChanged(EventHandler<NSNotificationEventArgs>)
ObserveSelectedColumnsChanged(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveSelectedRowsChanged(EventHandler<NSNotificationEventArgs>)
ObserveSelectedRowsChanged(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveSelectedTextChanged(EventHandler<NSNotificationEventArgs>)
ObserveSelectedTextChanged(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveSheetCreated(EventHandler<NSNotificationEventArgs>)
ObserveSheetCreated(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveTitleChanged(EventHandler<NSNotificationEventArgs>)
ObserveTitleChanged(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveUIElementDestroyed(EventHandler<NSNotificationEventArgs>)
ObserveUIElementDestroyed(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveUIElementFocusedChanged(EventHandler<NSNotificationEventArgs>)
ObserveUIElementFocusedChanged(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveUnitsChanged(EventHandler<NSNotificationEventArgs>)
ObserveUnitsChanged(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveValueChanged(EventHandler<NSNotificationEventArgs>)
ObserveValueChanged(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveWillBecomeActive(EventHandler<NSNotificationEventArgs>)
ObserveWillBecomeActive(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveWillFinishLaunching(EventHandler<NSNotificationEventArgs>)
ObserveWillFinishLaunching(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveWillHide(EventHandler<NSNotificationEventArgs>)
ObserveWillHide(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveWillResignActive(EventHandler<NSNotificationEventArgs>)
ObserveWillResignActive(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveWillTerminate(EventHandler<NSNotificationEventArgs>)
ObserveWillTerminate(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveWillUnhide(EventHandler<NSNotificationEventArgs>)
ObserveWillUnhide(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveWillUpdate(EventHandler<NSNotificationEventArgs>)
ObserveWillUpdate(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveWindowCreated(EventHandler<NSNotificationEventArgs>)
ObserveWindowCreated(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveWindowDeminiaturized(EventHandler<NSNotificationEventArgs>)
ObserveWindowDeminiaturized(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveWindowMiniaturized(EventHandler<NSNotificationEventArgs>)
ObserveWindowMiniaturized(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveWindowMoved(EventHandler<NSNotificationEventArgs>)
ObserveWindowMoved(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveWindowResized(EventHandler<NSNotificationEventArgs>)
ObserveWindowResized(NSObject, EventHandler<NSNotificationEventArgs>)

Applies to