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