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