MindFusion.Wpf Pack Programmer's Guide
Calendar.ItemModified Event
See Also
 





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

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 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.Wpf Namespace