Skip to main content

WidgetView.BeginDragging Event

Occurs whenever an end-user tries to drag a Document.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public event EventHandler BeginDragging

Event Data

The BeginDragging event's data class is EventArgs.

Remarks

After dragging is complete, the WidgetView.EndDragging event occurs.

See Also