共用方式為


CharacterReceivedEventArgs.Handled 屬性

定義

取得或設定是否處理 InputKeyboardSource.CharacterReceived 事件。

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

屬性值

Boolean

bool

如果事件已由適當的委派處理,則為 True。 如果尚未處理,則為 False。

備註

當啟用 輸入法編輯器 (輸入法) 時,應用程式不會收到此事件。 輸入法編輯器 (輸入法) 處理所有鍵盤輸入,並將 [已處理 ] 設定為 true。

適用於