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