ASPxClientDockManager.EndPanelDragging Event
Occurs after a panel dragging operation is complete.
Declaration
EndPanelDragging: ASPxClientEvent<ASPxClientDockManagerEventHandler<ASPxClientDockManager>>
Event Data
The EndPanelDragging event's data class is ASPxClientDockManagerEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
panel | Gets the panel currently being processed. |
Remarks
If the ASPxDockPanel.AllowDragging option is enabled, end-users are allowed to move a panel. The ASPxClientDockManager.StartPanelDragging and EndPanelDragging 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