Search
ItemListLaneChangedEventArgs.OldListLane Property
See Also
 






Gets the previous list lane of the item.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int OldListLane { get; }

Visual Basic  Copy Code

Public ReadOnly Property OldListLane As Integer

 Property Value

An integer specifying the previous list lane of the modified item.

 See Also