Raised when an item modification is canceled by the user. This event is also raised upon completion of interaction which was previously canceled programmatically through the ItemModifying event.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<ItemEventArgs> ItemModificationCanceled |
Visual Basic
Copy Code
|
|---|
Public Event ItemModificationCanceled As EventHandler(Of ItemEventArgs) |
Event DataItemModificationCanceled event handlers receive an argument of type ItemEventArgs.
See Also