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






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

Namespace: MindFusion.Scheduling
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 Namespace
ItemModifying Event
ItemModificationCanceled Event