pub fn on_access_tooltip(
child: impl IntoUiNode,
handler: Box<dyn FnMut(&AccessToolTipArgs) -> HandlerResult + Send>,
) -> UiNodeExpand 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.