WidgetView.BeginDragging Event
Occurs whenever an end-user tries to drag a Document.
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The BeginDragging event's data class is EventArgs.
Remarks
After dragging is complete, the WidgetView.EndDragging event occurs.
See Also