on_vis_enabled

Function on_vis_enabled 

Source
pub fn on_vis_enabled(child: impl IntoUiNode, handler: Handler<()>) -> UiNode
Expand description

Widget now looks enabled.

Note that this event tracks the visual enabled status of the widget, not the actual status, the widget may still be blocked, see Interactivity for more details.

Note that widgets are enabled by default, so this will not notify on init.

See on_vis_enabled_changed for a more general event.

ยงRoute

This event property uses a direct route, that is, it cannot be intercepted in parent widgets.