Sent by the default notification center after the application has been launched and initialized but before it has received its first event.
Original signature is '- (void)applicationDidFinishLaunching:(NSNotification *)aNotification'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public event NSApplication..::..ApplicationDidFinishLaunchingEventHandler ApplicationDidFinishLaunching
Public Event ApplicationDidFinishLaunching As NSApplication..::..ApplicationDidFinishLaunchingEventHandler
public: event NSApplication..::..ApplicationDidFinishLaunchingEventHandler^ ApplicationDidFinishLaunching { void add (NSApplication..::..ApplicationDidFinishLaunchingEventHandler^ value); void remove (NSApplication..::..ApplicationDidFinishLaunchingEventHandler^ value); }

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)