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