Raised when one or more items have been modified interactively.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public event EventHandler<ItemsEventArgs> ItemsModified |
Visual Basic Copy Code |
---|
Public Event ItemsModified As EventHandler(Of ItemsEventArgs) |
ItemsModified event handlers receive an argument of type ItemsEventArgs.
Unlike ItemModified and ItemListLaneChanged, this event is fired only once for all items that are affected by the modification.
MindFusion.Scheduling Programmer's Guide | © 2023 MindFusion |