Skip to main content

PaletteEventHandlers

Hadlers you can pass as an argument to palette drag handlers,

Properties

after?

optional after: Function

Fired after the operation has been completed


afterMove?

optional afterMove: Function

fired after the initial move event is posted and before the 2nd move event is posted


beforeDown?

optional beforeDown: Function

Fired before the mousedown event is posted


beforeMove?

optional beforeMove: Function

Fired before an initial move event is posted


beforeUp?

optional beforeUp: Function

Fired after the 2nd move event, before the up event