Raised when an item is selected or deselected.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public event EventHandler<ItemSelectionEventArgs> ItemSelectionChanged |
Visual Basic Copy Code |
---|
Public Event ItemSelectionChanged As EventHandler(Of ItemSelectionEventArgs) |
ItemSelectionChanged event handlers receive an argument of type ItemSelectionEventArgs.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |