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





Raised when a schedule item is moved or resized by the user.

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

 Syntax

C#  Copy Code

public event EventHandler<ItemModifiedEventArgs> ItemModified

Visual Basic  Copy Code

Public Event ItemModified As EventHandler(Of ItemModifiedEventArgs)

 Event Data

ItemModified event handlers receive an argument of type ItemModifiedEventArgs.

 See Also

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