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





Raised when the user is about to move or resize an item.

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

 Syntax

C#  Copy Code

public event EventHandler<ItemConfirmEventArgs> ItemStartModifying

Visual Basic  Copy Code

Public Event ItemStartModifying As EventHandler(Of ItemConfirmEventArgs)

 Event Data

ItemStartModifying event handlers receive an argument of type ItemConfirmEventArgs.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.Wpf Namespace