Skip to main content

CancelListChangedEventArgs(ListChangedType, Int32, Int32) Constructor

Initializes a new instance of the CancelListChangedEventArgs class with the specified settings.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public CancelListChangedEventArgs(
    ListChangedType listChangedType,
    int newIndex,
    int oldIndex
)

Parameters

Name Type Description
listChangedType ListChangedType

A ListChangedType enumeration value that specifies the way in which the list changed. This value is assigned to the ListChangedType property.

newIndex Int32

An integer value that specifies the new index of the item in the list. This value is assigned to the NewIndex property.

oldIndex Int32

An integer value that specifies the old index of the item in the list. This value is assigned to the OldIndex property.

See Also