C# Class Eto.Mac.AppDelegate

Inheritance: MonoMac.AppKit.NSApplicationDelegate
Mostrar archivo Open project: picoe/Eto

Public Methods

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

Method Details

ApplicationShouldHandleReopen() public method

public ApplicationShouldHandleReopen ( NSApplication sender, bool hasVisibleWindows ) : bool
sender MonoMac.AppKit.NSApplication
hasVisibleWindows bool
return bool

ApplicationShouldTerminate() public method

public ApplicationShouldTerminate ( NSApplication sender ) : NSApplicationTerminateReply
sender MonoMac.AppKit.NSApplication
return NSApplicationTerminateReply

DidBecomeActive() public method

public DidBecomeActive ( NSNotification notification ) : void
notification NSNotification
return void

DidFinishLaunching() public method

public DidFinishLaunching ( NSNotification notification ) : void
notification NSNotification
return void