Raised when an item is selected or deselected.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public event EventHandler ItemSelectionComplete |
Visual Basic Copy Code |
---|
Public Event ItemSelectionComplete As EventHandler |
ItemSelectionComplete event handlers receive an argument of type EventArgs.
This event is fired only once unlike ItemSelectionChanged which is fired for each individual item affected by the selection operation.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |