Client-Side Events
The RadDock controls provide the following client-side events:
- OnClientDragStart - fires before RadDock is dragged
- OnClientDrag - fires while RadDock is being dragged
- OnClientDragEnd - fires after RadDock was dragged
- OnClientCommand - fires when any of the commands of RadDock was clicked
- OnClientDockPositionChanging - fires when RadDock is being moved
- OnClientDockPositionChanged - fires after RadDock was moved
- OnClientResizeStart - fires when RadDock's resizing has started
- OnClientResizeEnd - fires when RadDock's resizing has finished