on_mouse_scroll

Function on_mouse_scroll 

Source
pub fn on_mouse_scroll(
    child: impl IntoUiNode,
    handler: Handler<MouseWheelArgs>,
) -> UiNode
Expand description

P Mouse wheel scrolled while pointer is hovering the widget and the pressed keyboard modifiers allow a scroll operation and the widget is enabled.

ยงRoute

This event property uses the normal route, that is, the handler is called after the children widget handlers and after the $pn_pre_ident handlers.