WindowICallbackOnLocationChanged Method |
Raises the location changed event.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void OnLocationChanged(
Window widget,
EventArgs e
)
Sub OnLocationChanged (
widget As Window,
e As EventArgs
)
abstract OnLocationChanged :
widget : Window *
e : EventArgs -> unit
Parameters
- widget
- Type: Eto.FormsWindow
[Missing <param name="widget"/> documentation for "M:Eto.Forms.Window.ICallback.OnLocationChanged(Eto.Forms.Window,System.EventArgs)"]
- e
- Type: SystemEventArgs
[Missing <param name="e"/> documentation for "M:Eto.Forms.Window.ICallback.OnLocationChanged(Eto.Forms.Window,System.EventArgs)"]
See Also