onMouseEndDrag Method

Invoked when the button is released after onMouseStartDrag.

onMouseEndDrag(ev: BeButtonEvent): Promise<EventHandled>

note default placement tool behavior is to treat press, drag, and release of data button the same as click, click by calling onDataButtonDown.

Parameter Type Description
ev BeButtonEvent  

Returns - Yes if event completely handled by tool and event should not be passed on to the IdleTool.

Defined in

Last Updated: 08 January, 2020