MindFusion WinForms Programmer's Guide
Calendar.ItemModificationCanceled Event
See Also
 





Raised when an item modification is canceled by the user.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public event EventHandler<ItemEventArgs> ItemModificationCanceled

Visual Basic  Copy Code

Public Event ItemModificationCanceled As EventHandler(Of ItemEventArgs)

 Event Data

ItemModificationCanceled event handlers receive an argument of type ItemEventArgs.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WinForms Namespace
ItemModified Event
ItemModifying Event