Property Handled
Handled
Gets or sets a value indicating whether the event has been handled.
public bool Handled { get; set; }
Property Value
- bool
true if the event has been handled by a consumer and default processing should be skipped; otherwise, false. The default is false.
Remarks
Set this to true in a DoubleTapDetected handler to prevent the SKGestureTracker from applying its default double-tap zoom behavior.