Language

View.LongClickUseDefaultHapticFeedbackEventArgs Class

Definition

Provides data for a managed callback event.

public class View.LongClickUseDefaultHapticFeedbackEventArgs : EventArgs
type View.LongClickUseDefaultHapticFeedbackEventArgs = class
    inherit EventArgs
Inheritance
View.LongClickUseDefaultHapticFeedbackEventArgs

Constructors

Name Description
View.LongClickUseDefaultHapticFeedbackEventArgs(Boolean, View)

Initializes the managed event data passed to the associated callback.

Properties

Name Description
Handled

Gets or sets whether the callback result is handled.

V

Gets the view supplied to this callback.

Applies to