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