WindowOnLocationChanged Method |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected virtual void OnLocationChanged(
EventArgs e
)
Protected Overridable Sub OnLocationChanged (
e As EventArgs
)
abstract OnLocationChanged :
e : EventArgs -> unit
override OnLocationChanged :
e : EventArgs -> unit
Parameters
- e
- Type: SystemEventArgs
Event arguments
See Also