pub fn on_event_before<T, V>(
content: V,
handler: impl FnMut(&mut EventCx<'_, '_>, &mut T, &Event) -> bool + 'static,
) -> EventHandler<T, V>
Expand description
Create a new EventHandler
, with a before callback.
pub fn on_event_before<T, V>(
content: V,
handler: impl FnMut(&mut EventCx<'_, '_>, &mut T, &Event) -> bool + 'static,
) -> EventHandler<T, V>
Create a new EventHandler
, with a before callback.