on_access_tooltip

Function on_access_tooltip 

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

P Access requested to show or hide the widget’s tooltip.

Note that the tooltip property already handles this event.

§Preview

You can preview this event using on_pre_access_tooltip. Otherwise the handler is only called after the widget content has a chance to stop propagation.

§Async

You can use async event handlers with this property.