TouchHitTestingEventArgs.Handled Proprietà

Definizione

Ottiene o imposta un valore che indica se l'evento TouchHitTesting è stato gestito.

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

Valore della proprietà

Boolean

bool

True se l'evento viene gestito; in caso contrario, false.

Implementazioni

Si applica a