CancelListChangedEventArgs(ListChangedType, Int32, Int32) Constructor
In This Article
Initializes a new instance of the CancelListChangedEventArgs class with the specified settings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
public CancelListChangedEventArgs(
ListChangedType listChangedType,
int newIndex,
int oldIndex
)
#Parameters
Name | Type | Description |
---|---|---|
list |
List |
A List |
new |
Int32 | An integer value that specifies the new index of the item in the list. This value is assigned to the New |
old |
Int32 | An integer value that specifies the old index of the item in the list. This value is assigned to the Old |
See Also