NSApplication.Notifications.ObserveDidFinishLaunching 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
ObserveDidFinishLaunching(EventHandler<NSApplicationDidFinishLaunchingEventArgs>) | |
ObserveDidFinishLaunching(NSObject, EventHandler<NSApplicationDidFinishLaunchingEventArgs>) |
ObserveDidFinishLaunching(EventHandler<NSApplicationDidFinishLaunchingEventArgs>)
public static Foundation.NSObject ObserveDidFinishLaunching (EventHandler<AppKit.NSApplicationDidFinishLaunchingEventArgs> handler);
static member ObserveDidFinishLaunching : EventHandler<AppKit.NSApplicationDidFinishLaunchingEventArgs> -> Foundation.NSObject
Parameters
Returns
Applies to
ObserveDidFinishLaunching(NSObject, EventHandler<NSApplicationDidFinishLaunchingEventArgs>)
public static Foundation.NSObject ObserveDidFinishLaunching (Foundation.NSObject objectToObserve, EventHandler<AppKit.NSApplicationDidFinishLaunchingEventArgs> handler);
static member ObserveDidFinishLaunching : Foundation.NSObject * EventHandler<AppKit.NSApplicationDidFinishLaunchingEventArgs> -> Foundation.NSObject
Parameters
- objectToObserve
- NSObject