Raised when in-place editing of item's text is about to be accepted.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public event EventHandler<ItemEditConfirmEventArgs> ItemInplaceEditEnding |
Visual Basic Copy Code |
---|
Public Event ItemInplaceEditEnding As EventHandler(Of ItemEditConfirmEventArgs) |
ItemInplaceEditEnding event handlers receive an argument of type ItemEditConfirmEventArgs.
This event can be used to validate the text entered into a schedule item during the in-place editing mode.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |