Raised when the lane index of an item within a List view has changed.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<ItemEventArgs> ItemListLaneChanged |
Visual Basic
Copy Code
|
|---|
Public Event ItemListLaneChanged As EventHandler(Of ItemEventArgs) |
Event DataItemListLaneChanged event handlers receive an argument of type ItemEventArgs.
See Also