C# Class SparkleShare.SparkleEventsDelegate

Inheritance: NSWindowDelegate
ファイルを表示 Open project: hbons/SparkleShare Class Usage Examples

Public Methods

Method Description
WillResize ( NSWindow sender, SizeF to_frame_size ) : SizeF
WindowShouldClose ( NSObject sender ) : bool

Method Details

WillResize() public method

public WillResize ( NSWindow sender, SizeF to_frame_size ) : SizeF
sender MonoMac.AppKit.NSWindow
to_frame_size System.Drawing.SizeF
return System.Drawing.SizeF

WindowShouldClose() public method

public WindowShouldClose ( NSObject sender ) : bool
sender MonoMac.Foundation.NSObject
return bool