on_drag_enter

Function on_drag_enter 

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

P Dragging cursor entered the widget area and the widget is enabled.

§Preview

You can preview this event using on_pre_drag_enter. Otherwise the handler is only called after the widget content has a chance to stop propagation.

§Async

You can use async event handlers with this property.