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