Function dioxus::events::ondblclick

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