SplitterPositionChangingEventArgs(Int32, Int32) Constructor
Initializes a new SplitterPositionChangingEventArgs object instance. For internal use.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.1.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. |
See Also