Function zng_wgt_window::on_minimized

source ยท
pub fn on_minimized(
    child: impl UiNode,
    handler: impl WidgetHandler<WindowChangedArgs>,
) -> impl UiNode
Expand description

P On window minimized.

This event notifies every time the window state changes to minimized.

This property is the same as on_pre_window_maximized.