Partager via


ScrollControllerPanRequestedEventArgs.Handled Propriété

Définition

Obtient ou définit une valeur qui indique si la manipulation panoramique a été lancée avec succès.

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

Valeur de propriété

Boolean

bool

true si la manipulation panoramique a été lancée avec succès ; sinon, false.

Remarques

ScrollPresenter définit cette propriété pendant qu’il traite l’événement PanRequested.

S’applique à