Back to Devexpress

DockManager.EndSizing Event

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockmanager-040082b4.md

latest2.7 KB
Original Source

DockManager.EndSizing Event

Fires after a resize operation on a dock panel has finished.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Docking")]
public event EndSizingEventHandler EndSizing
vb
<DXCategory("Docking")>
Public Event EndSizing As EndSizingEventHandler

Event Data

The EndSizing event's data class is EndSizingEventArgs. The following properties provide information specific to this event:

PropertyDescription
CanceledGets a value which indicates whether the operation has been canceled.
PanelGets the processed dock panel. Inherited from DockPanelEventArgs.
SizingSideGets the dock panel’s dragged edge.

Remarks

Handle the EndSizing event to perform actions after end-users have finished resizing the dock panel. This can for instance, be used to perform any cleanup necessary after handling the DockManager.StartSizing event.

This event serves only as a notification that the operation has been completed.

For general information on resizing the dock panels, see the Controlling Resizing Operations documents.

See Also

StartSizing

Sizing

Controlling Resizing Operations

DockManager Class

DockManager Members

DevExpress.XtraBars.Docking Namespace