Raised when an item modification is canceled by the user.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public event EventHandler<ItemEventArgs> ItemModificationCanceled |
Visual Basic Copy Code |
---|
Public Event ItemModificationCanceled As EventHandler(Of ItemEventArgs) |
ItemModificationCanceled event handlers receive an argument of type ItemEventArgs.
MindFusion.Scheduling Programmer's Guide | © 2023 MindFusion |