SplitterPositionChangingEventArgs(Int32, Int32, Boolean) Constructor
Initializes a new SplitterPositionChangingEventArgs object instance. For internal use.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v25.2.dll
NuGet Package: DevExpress.Win.Gantt
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| oldValue | Int32 | An integer value that specifies the current position. |
| newValue | Int32 | An integer value that specifies the position that is about to be set. |
| cancel | Boolean | true to cancel the action; otherwise, false. |
See Also