Function dioxus_html::events::onmouseover
source · pub fn onmouseover<'a, E: EventReturn<T>, T>(
_cx: &'a ScopeState,
_f: impl FnMut(Event<MouseData>) -> E + 'a
) -> Attribute<'a>
Expand description
onmouseover
Triggered when the users’s mouse hovers over an element.