Back to Devexpress

StartSizingEventArgs Class

windowsforms-devexpress-dot-xtrabars-dot-docking-2a250e97.md

latest2.3 KB
Original Source

StartSizingEventArgs Class

Provides data for the DockManager.StartSizing event.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class StartSizingEventArgs :
    DockPanelCancelEventArgs
vb
Public Class StartSizingEventArgs
    Inherits DockPanelCancelEventArgs

StartSizingEventArgs is the data class for the following events:

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.

Inheritance

Object EventArgs DockPanelEventArgs DockPanelCancelEventArgs StartSizingEventArgs SizingEventArgs

See Also

StartSizingEventArgs Members

DevExpress.XtraBars.Docking Namespace