Raised when in-place editing of item's text is about to begin.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<ItemConfirmEventArgs> ItemInplaceEditStarting |
Visual Basic
Copy Code
|
|---|
Public Event ItemInplaceEditStarting As EventHandler(Of ItemConfirmEventArgs) |
Event DataItemInplaceEditStarting event handlers receive an argument of type ItemConfirmEventArgs.
RemarksThis event can be handled to prevent users from editing the text of specific schedule items.
See Also