Click or drag to resize

WindowICallback Interface

Callback interface for instances of Window

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface ICallback : ControlICallback, 
	WidgetICallback

The WindowICallback type exposes the following members.

Methods
  NameDescription
Public methodOnClosed
Raises the closed event.
Public methodOnClosing
Raises the closing event.
Public methodOnLocationChanged
Raises the location changed event.
Public methodOnLogicalPixelSizeChanged
Raises the logical pixel size changed event.
Public methodOnWindowStateChanged
Raises the window state changed event.
Top
See Also