C# Class Eto.Mac.AppDelegate

Inheritance: MonoMac.AppKit.NSApplicationDelegate
Afficher le fichier Open project: picoe/Eto

Méthodes publiques

Méthode Description
ApplicationShouldHandleReopen ( NSApplication sender, bool hasVisibleWindows ) : bool
ApplicationShouldTerminate ( NSApplication sender ) : NSApplicationTerminateReply
DidBecomeActive ( NSNotification notification ) : void
DidFinishLaunching ( NSNotification notification ) : void

Method Details

ApplicationShouldHandleReopen() public méthode

public ApplicationShouldHandleReopen ( NSApplication sender, bool hasVisibleWindows ) : bool
sender MonoMac.AppKit.NSApplication
hasVisibleWindows bool
Résultat bool

ApplicationShouldTerminate() public méthode

public ApplicationShouldTerminate ( NSApplication sender ) : NSApplicationTerminateReply
sender MonoMac.AppKit.NSApplication
Résultat NSApplicationTerminateReply

DidBecomeActive() public méthode

public DidBecomeActive ( NSNotification notification ) : void
notification NSNotification
Résultat void

DidFinishLaunching() public méthode

public DidFinishLaunching ( NSNotification notification ) : void
notification NSNotification
Résultat void