View.LongClickUseDefaultHapticFeedbackEventArgs(Boolean, View) Constructor
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.
Initializes the managed event data passed to the associated callback.
public LongClickUseDefaultHapticFeedbackEventArgs(bool handled, Android.Views.View v);
new Android.Views.View.LongClickUseDefaultHapticFeedbackEventArgs : bool * Android.Views.View -> Android.Views.View.LongClickUseDefaultHapticFeedbackEventArgs
Parameters
- handled
- Boolean
The System.Boolean value used for handled.
- v
- View
The Android.Views.View value used for v.