windowsforms-devexpress-dot-xtrabars-dot-docking-2a250e97.md
Provides data for the DockManager.StartSizing event.
Namespace : DevExpress.XtraBars.Docking
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class StartSizingEventArgs :
DockPanelCancelEventArgs
Public Class StartSizingEventArgs
Inherits DockPanelCancelEventArgs
StartSizingEventArgs is the data class for the following events:
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.
Object EventArgs DockPanelEventArgs DockPanelCancelEventArgs StartSizingEventArgs SizingEventArgs
See Also