Function zng_wgt_window::on_restored
source ยท pub fn on_restored(
child: impl UiNode,
handler: impl WidgetHandler<WindowChangedArgs>,
) -> impl UiNode
Expand description
P
On window state changed to Normal
.
This event notifies every time the window state changes to Normal
.
This property is the same as on_pre_window_restored
.