Function zng_wgt_window::on_unmaximized
source ยท pub fn on_unmaximized(
child: impl UiNode,
handler: impl WidgetHandler<WindowChangedArgs>,
) -> impl 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
.