pub fn on_exited_fullscreen(
child: impl IntoUiNode,
handler: Handler<WindowChangedArgs>,
) -> UiNodeExpand description
P On window is no longer fullscreen.
This event notifies every time the window state changes to one that is not fullscreen.
This property is the same as on_pre_window_exited_fullscreen.