Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
AppDelegate ( ) : AppKit | ||
ApplicationShouldHandleReopen ( NSApplication sender, bool hasVisibleWindows ) : bool | ||
DidFinishLaunching ( NSNotification notification ) : void | ||
WillTerminate ( NSNotification notification ) : void |
public ApplicationShouldHandleReopen ( NSApplication sender, bool hasVisibleWindows ) : bool | ||
sender | NSApplication | |
hasVisibleWindows | bool | |
Результат | bool |
public DidFinishLaunching ( NSNotification notification ) : void | ||
notification | NSNotification | |
Результат | void |
public WillTerminate ( NSNotification notification ) : void | ||
notification | NSNotification | |
Результат | void |