Raised when an interactive item creation is canceled by the user.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<ItemEventArgs> ItemCreationCanceled |
Visual Basic
Copy Code
|
|---|
Public Event ItemCreationCanceled As EventHandler(Of ItemEventArgs) |
Event DataItemCreationCanceled event handlers receive an argument of type ItemEventArgs.
RemarksThis event is raised when the user presses the ESC button while in-place editing the text of an item currently being created.
See Also