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