Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

StartSizingEventArgs Class

Provides data for the DockManager.StartSizing event.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public class StartSizingEventArgs :
    DockPanelCancelEventArgs

#Remarks

The DockManager.StartSizing event fires immediately after an end-user has pressed the mouse button while the mouse cursor is located over a panel’s border. The StartSizingEventArgs class provides properties that allow the processed dock panel and the panel’s edge which is being dragged to be identified. The inherited DockPanelCancelEventArgs.Cancel property allows the operation to be canceled.

StartSizingEventArgs objects are automatically created, initialized and passed to DockManager.StartSizing event handlers.

See Also