Raised when the user taps and hold on an item to allow the application to cancel the in-place item modification.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public event EventHandler<TapAndHoldItemConfirmEventArgs> TapAndHoldItemConfirm |
Visual Basic
Copy Code
|
|---|
Public Event TapAndHoldItemConfirm As EventHandler(Of TapAndHoldItemConfirmEventArgs) |
Event DataTapAndHoldItemConfirm event handlers receive an argument of type TapAndHoldItemConfirmEventArgs.
See Also