C# Class Eto.Forms.Window.Callback

Callback methods for handlers of Control
Inheritance: Panel.Callback, ICallback
Mostrar archivo Open project: picoe/Eto

Public Methods

Method Description
OnClosed ( Window widget, EventArgs e ) : void

Raises the closed event.

OnClosing ( Window widget, CancelEventArgs e ) : void

Raises the closing event.

OnLocationChanged ( Window widget, EventArgs e ) : void

Raises the location changed event.

OnLogicalPixelSizeChanged ( Window widget, EventArgs e ) : void

Raises the logical pixel size changed event.

OnWindowStateChanged ( Window widget, EventArgs e ) : void

Raises the window state changed event.

Method Details

OnClosed() public method

Raises the closed event.
public OnClosed ( Window widget, EventArgs e ) : void
widget Window
e System.EventArgs
return void

OnClosing() public method

Raises the closing event.
public OnClosing ( Window widget, CancelEventArgs e ) : void
widget Window
e CancelEventArgs
return void

OnLocationChanged() public method

Raises the location changed event.
public OnLocationChanged ( Window widget, EventArgs e ) : void
widget Window
e System.EventArgs
return void

OnLogicalPixelSizeChanged() public method

Raises the logical pixel size changed event.
public OnLogicalPixelSizeChanged ( Window widget, EventArgs e ) : void
widget Window
e System.EventArgs
return void

OnWindowStateChanged() public method

Raises the window state changed event.
public OnWindowStateChanged ( Window widget, EventArgs e ) : void
widget Window
e System.EventArgs
return void