Function dioxus::prelude::ondoubleclick

source ·
pub fn ondoubleclick<E, T>(
    _f: impl FnMut(Event<MouseData>) -> E + 'static
) -> Attribute
where E: EventReturn<T>,
Available on crate feature html only.