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