on_moved

Function on_moved 

Source
pub fn on_moved(
    child: impl IntoUiNode,
    handler: Handler<WindowChangedArgs>,
) -> UiNode
Expand 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.