pub fn on_unminimized(
child: impl IntoUiNode,
handler: Handler<WindowChangedArgs>,
) -> UiNodeExpand description
P On window exited the minimized state.
This event notifies every time the window state changes to a different state from minimized.
This property is the same as on_pre_window_unminimized.