Property Value
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