on_unmaximized

Function on_unmaximized 

Source
pub fn on_unmaximized(
    child: impl IntoUiNode,
    handler: Handler<WindowChangedArgs>,
) -> UiNode
Expand description

P On window exited the maximized state.

This event notifies every time the window state changes to a different state from maximized.

This property is the same as on_pre_window_unmaximized.