Share via


ScrollControllerPanRequestedEventArgs.Handled Property

Definition

Gets or sets a value that indicates whether or not the pan manipulation was successfully initiated.

public:
 property bool Handled { bool get(); void set(bool value); };
bool Handled();

void Handled(bool value);
public bool Handled { get; set; }
var boolean = scrollControllerPanRequestedEventArgs.handled;
scrollControllerPanRequestedEventArgs.handled = boolean;
Public Property Handled As Boolean

Property Value

Boolean

bool

true if the pan manipulation was successfully initiated; otherwise, false.

Remarks

The ScrollPresenter sets this property while it processes the PanRequested event.

Applies to