Click or drag to resize

WindowCallback Class

Callback methods for handlers of Control
Inheritance Hierarchy
SystemObject
  Eto.FormsControlCallback
    Eto.FormsWindowCallback

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected class Callback : ControlCallback, 
	WindowICallback, ControlICallback, WidgetICallback

The WindowCallback type exposes the following members.

Constructors
  NameDescription
Public methodWindowCallback
Initializes a new instance of the WindowCallback class
Top
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