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





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

 Syntax

C#  Copy Code

public event EventHandler<TapAndHoldCellConfirmEventArgs> TapAndHoldCellConfirm

Visual Basic  Copy Code

Public Event TapAndHoldCellConfirm As EventHandler(Of TapAndHoldCellConfirmEventArgs)

 Event Data

TapAndHoldCellConfirm event handlers receive an argument of type TapAndHoldCellConfirmEventArgs.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.Wpf Namespace