共用方式為


ContextMenuKeyEventArgs.Handled 屬性

定義

取得或設定是否針對 CoNtextMenu 內的物件處理 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 = contextMenuKeyEventArgs.handled;
contextMenuKeyEventArgs.handled = boolean;
Public Property Handled As Boolean

屬性值

Boolean

bool

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

適用於

另請參閱