View.LongClickUseDefaultHapticFeedback Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when a long click requests the default haptic feedback behavior.
public event EventHandler<Android.Views.View.LongClickUseDefaultHapticFeedbackEventArgs> LongClickUseDefaultHapticFeedback;
member this.LongClickUseDefaultHapticFeedback : EventHandler<Android.Views.View.LongClickUseDefaultHapticFeedbackEventArgs>
Event Type
Remarks
For details, see the Android reference documentation for android.view.View.