The OnDragEnd property returns/sets a custom client-side event handler.

Property Value

The client-side OnDragEnd event handler string.

Remarks

Sets the MenuBar's OnDragEnd client-side event handler. (example: OnDragEnd="MyOnDragEndHandler();").

The event handler that you specify will be included at the end of a dragging operation.

Two optional parameters can be passed to your client-side event handler: MenuBarLeft and MenuBarTop. (example: OnDragEnd="MyOnDragEndHandler(MenuBarLeft, MenuBarTop);"). These are JavaScript numbers which represent the left and top coordinates in pixels of the MenuBar when the drag operation has finished.

Default: Empty String


Copyright © Coalesys, Inc.