TouchHitTestingEventArgs.Handled Propriété

Définition

Obtient ou définit une valeur indiquant si l’événement TouchHitTesting a été géré.

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

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

Valeur de propriété

Boolean

bool

True si l’événement est géré ; sinon, false.

Implémente

S’applique à