ASPxClientDockPanel.EndDragging Event
Occurs after a panel dragging operation is complete.
Declaration
EndDragging: ASPxClientEvent<ASPxClientEventHandler<ASPxClientDockPanel>>
Event Data
The EndDragging event's data class is ASPxClientEventArgs.
Remarks
If the ASPxDockPanel.AllowDragging option is enabled, end-users are allowed to move a panel. The ASPxClientDockPanel.StartDragging and EndDragging events allow you to perform specific actions, in response to the start and end of a dragging operation.
To learn more see the Common Docking Events topic.
See Also