Raised when the user is about to move or resize an item.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<ItemConfirmEventArgs> ItemStartModifying |
Visual Basic
Copy Code
|
|---|
Public Event ItemStartModifying As EventHandler(Of ItemConfirmEventArgs) |
Event DataItemStartModifying event handlers receive an argument of type ItemConfirmEventArgs.
See Also