Raised when in-place editing of item's text is about to begin.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public event EventHandler<ItemConfirmEventArgs> ItemInplaceEditStarting |
Visual Basic Copy Code |
---|
Public Event ItemInplaceEditStarting As EventHandler(Of ItemConfirmEventArgs) |
ItemInplaceEditStarting event handlers receive an argument of type ItemConfirmEventArgs.
This event can be handled to prevent users from editing the text of specific schedule items.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |