MindFusion.Scheduling for Silverlight Programmer's Guide
Calendar.ItemModified Event
See Also
 





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

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

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