Compartir a través de


TouchHitTestingEventArgs.Handled Propiedad

Definición

Obtiene o establece un valor que indica si se ha controlado el evento TouchHitTesting .

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

Valor de propiedad

Boolean

bool

True si se controla el evento; de lo contrario, false.

Implementaciones

Se aplica a