NSWorkspace.Notifications.ObserveWillLaunchApplication Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ObserveWillLaunchApplication(EventHandler<NSWorkspaceApplicationEventArgs>) | |
ObserveWillLaunchApplication(NSObject, EventHandler<NSWorkspaceApplicationEventArgs>) |
ObserveWillLaunchApplication(EventHandler<NSWorkspaceApplicationEventArgs>)
public static Foundation.NSObject ObserveWillLaunchApplication (EventHandler<AppKit.NSWorkspaceApplicationEventArgs> handler);
static member ObserveWillLaunchApplication : EventHandler<AppKit.NSWorkspaceApplicationEventArgs> -> Foundation.NSObject
Parameters
Returns
Applies to
ObserveWillLaunchApplication(NSObject, EventHandler<NSWorkspaceApplicationEventArgs>)
public static Foundation.NSObject ObserveWillLaunchApplication (Foundation.NSObject objectToObserve, EventHandler<AppKit.NSWorkspaceApplicationEventArgs> handler);
static member ObserveWillLaunchApplication : Foundation.NSObject * EventHandler<AppKit.NSWorkspaceApplicationEventArgs> -> Foundation.NSObject
Parameters
- objectToObserve
- NSObject