MonobjcMonobjc Documented Class Library
INSApplicationDelegate Interface
NamespacesMonobjc.AppKitINSApplicationDelegate

[Missing <summary> documentation for "T:Monobjc.AppKit.INSApplicationDelegate"]

Declaration Syntax
C#Visual BasicVisual C++
public interface INSApplicationDelegate : IManagedWrapper
Public Interface INSApplicationDelegate _
	Inherits IManagedWrapper
public interface class INSApplicationDelegate : IManagedWrapper
Members
All MembersMethodsProperties



IconMemberDescription
ApplicationDidBecomeActive(NSNotification)

Sent by the default notification center immediately after the application becomes active.

Original signature is '- (void)applicationDidBecomeActive:(NSNotification *)aNotification'

Available in Mac OS X v10.0 and later.


ApplicationDidChangeScreenParameters(NSNotification)

Sent by the default notification center when the configuration of the displays attached to the computer is changed (either programmatically or when the user changes settings in the Displays control panel).

Original signature is '- (void)applicationDidChangeScreenParameters:(NSNotification *)aNotification'

Available in Mac OS X v10.0 and later.


ApplicationDidFinishLaunching(NSNotification)

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.


ApplicationDidHide(NSNotification)

Sent by the default notification center immediately after the application is hidden.

Original signature is '- (void)applicationDidHide:(NSNotification *)aNotification'

Available in Mac OS X v10.0 and later.


ApplicationDidResignActive(NSNotification)

Sent by the default notification center immediately after the application is deactivated.

Original signature is '- (void)applicationDidResignActive:(NSNotification *)aNotification'

Available in Mac OS X v10.0 and later.


ApplicationDidUnhide(NSNotification)

Sent by the default notification center immediately after the application is made visible.

Original signature is '- (void)applicationDidUnhide:(NSNotification *)aNotification'

Available in Mac OS X v10.0 and later.


ApplicationDidUpdate(NSNotification)

Sent by the default notification center immediately after the application object updates its windows.

Original signature is '- (void)applicationDidUpdate:(NSNotification *)aNotification'

Available in Mac OS X v10.0 and later.


ApplicationDockMenu(NSApplication)

Allows the delegate to supply a dock menu for the application dynamically.

Original signature is '- (NSMenu *)applicationDockMenu:(NSApplication *)sender'

Available in Mac OS X v10.1 and later.


ApplicationOpenFile(NSApplication, NSString)

Tells the delegate to open a single file.

Original signature is '- (BOOL)application:(NSApplication *)theApplication openFile:(NSString *)filename'

Available in Mac OS X v10.0 and later.


ApplicationOpenFiles(NSApplication, NSArray)

Tells the delegate to open multiple files.

Original signature is '- (void)application:(NSApplication *)sender openFiles:(NSArray *)filenames'

Available in Mac OS X v10.3 and later.


ApplicationOpenFileWithoutUI(Id, NSString)

Tells the delegate to open a file programmatically.

Original signature is '- (BOOL)application:(id)sender openFileWithoutUI:(NSString *)filename'

Available in Mac OS X v10.0 and later.


ApplicationOpenTempFile(NSApplication, NSString)

Tells the delegate to open a temporary file.

Original signature is '- (BOOL)application:(NSApplication *)theApplication openTempFile:(NSString *)filename'

Available in Mac OS X v10.0 and later.


ApplicationOpenUntitledFile(NSApplication)

Tells the delegate to open an untitled file.

Original signature is '- (BOOL)applicationOpenUntitledFile:(NSApplication *)theApplication'

Available in Mac OS X v10.0 and later.


ApplicationPrintFile(NSApplication, NSString)

Sent when the user starts up the application on the command line with the -NSPrint option.

Original signature is '- (BOOL)application:(NSApplication *)theApplication printFile:(NSString *)filename'

Available in Mac OS X v10.0 and later.


ApplicationPrintFilesWithSettingsShowPrintPanels(NSApplication, NSArray, NSDictionary, Boolean)

Prints a group of files.

Original signature is '- (NSApplicationPrintReply)application:(NSApplication *)application printFiles:(NSArray *)fileNames withSettings:(NSDictionary *)printSettings showPrintPanels:(BOOL)showPrintPanels'

Available in Mac OS X v10.4 and later.


ApplicationShouldHandleReopenHasVisibleWindows(NSApplication, Boolean)

Sent by the application to the delegate prior to default behavior to reopen (rapp) AppleEvents.

Original signature is '- (BOOL)applicationShouldHandleReopen:(NSApplication *)theApplication hasVisibleWindows:(BOOL)flag'

Available in Mac OS X v10.0 and later.


ApplicationShouldOpenUntitledFile(NSApplication)

Invoked immediately before opening an untitled file.

Original signature is '- (BOOL)applicationShouldOpenUntitledFile:(NSApplication *)sender'

Available in Mac OS X v10.0 and later.


ApplicationShouldTerminate(NSApplication)

Sent to notify the delegate that the application is about to terminate.

Original signature is '- (NSApplicationTerminateReply)applicationShouldTerminate:(NSApplication *)sender'

Available in Mac OS X v10.0 and later.


ApplicationShouldTerminateAfterLastWindowClosed(NSApplication)

Invoked when the user closes the last window the application has open.

Original signature is '- (BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication *)theApplication'

Available in Mac OS X v10.0 and later.


ApplicationWillBecomeActive(NSNotification)

Sent by the default notification center immediately before the application becomes active.

Original signature is '- (void)applicationWillBecomeActive:(NSNotification *)aNotification'

Available in Mac OS X v10.0 and later.


ApplicationWillFinishLaunching(NSNotification)

Sent by the default notification center immediately before the application object is initialized.

Original signature is '- (void)applicationWillFinishLaunching:(NSNotification *)aNotification'

Available in Mac OS X v10.0 and later.


ApplicationWillHide(NSNotification)

Sent by the default notification center immediately before the application is hidden.

Original signature is '- (void)applicationWillHide:(NSNotification *)aNotification'

Available in Mac OS X v10.0 and later.


ApplicationWillPresentError(NSApplication, NSError)

Sent to the delegate before the specified application presents an error message to the user.

Original signature is '- (NSError *)application:(NSApplication *)application willPresentError:(NSError *)error'

Available in Mac OS X v10.4 and later.


ApplicationWillResignActive(NSNotification)

Sent by the default notification center immediately before the application is deactivated.

Original signature is '- (void)applicationWillResignActive:(NSNotification *)aNotification'

Available in Mac OS X v10.0 and later.


ApplicationWillTerminate(NSNotification)

Sent by the default notification center immediately before the application terminates.

Original signature is '- (void)applicationWillTerminate:(NSNotification *)aNotification'

Available in Mac OS X v10.0 and later.


ApplicationWillUnhide(NSNotification)

Sent by the default notification center immediately after the application is unhidden.

Original signature is '- (void)applicationWillUnhide:(NSNotification *)aNotification'

Available in Mac OS X v10.0 and later.


ApplicationWillUpdate(NSNotification)

Sent by the default notification center immediately before the application object updates its windows.

Original signature is '- (void)applicationWillUpdate:(NSNotification *)aNotification'

Available in Mac OS X v10.0 and later.


CastAs<(Of <<'(T>)>>)()()()()
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
CastTo<(Of <<'(T>)>>)()()()()
Cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IManagedWrapper.)
NativePointer

Gets the underlying native pointer.

(Inherited from IManagedWrapper.)
SendMessage(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessage<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

(Inherited from IManagedWrapper.)
SendMessageSuper(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuper<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageSuperVarArgs<(Of <<'(TReturnType>)>>)(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
SendMessageVarArgs<(Of <<'(TReturnType>)>>)(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from IManagedWrapper.)
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)