Condividi tramite


CharacterReceivedEventArgs.Handled Proprietà

Definizione

Ottiene o imposta un valore che indica se l'evento InputKeyboardSource.CharacterReceived è 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 = characterReceivedEventArgs.handled;
characterReceivedEventArgs.handled = boolean;
Public Property Handled As Boolean

Valore della proprietà

Boolean

bool

True, se l'evento è stato gestito dal delegato appropriato. False se non è stato gestito.

Commenti

Le app non ricevono questo evento quando è abilitato un IME (Input Method Editor). Input Method Editor (IME) gestisce tutti gli input della tastiera e imposta Handled su true.

Si applica a