Raised when the user moves or resizes a schedule item, which would change the item's scheduled start or end date and time.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<ItemModifyConfirmEventArgs> ItemModifying |
Visual Basic
Copy Code
|
|---|
Public Event ItemModifying As EventHandler(Of ItemModifyConfirmEventArgs) |
Event DataItemModifying event handlers receive an argument of type ItemModifyConfirmEventArgs.
RemarksThis event can be used to prevent users from modifying an item interactively.
See Also