pub fn on_moved(
child: impl IntoUiNode,
handler: Handler<WindowChangedArgs>,
) -> UiNodeExpand description
P On window position changed.
This event notifies every time the window position changes. You can also track the window
position using the actual_position variable.
This property is the same as on_pre_window_moved.