SystemFunctionButtonEventArgs.Handled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值會將 SystemFunctionButtonPressed 和 SystemFunctionButtonReleased 事件標示為已處理。
public:
property bool Handled { bool get(); void set(bool value); };
bool Handled();
void Handled(bool value);
public bool Handled { get; set; }
var boolean = systemFunctionButtonEventArgs.handled;
systemFunctionButtonEventArgs.handled = boolean;
Public Property Handled As Boolean
屬性值
Boolean
bool
如果為 false (預設) ,則事件會反升至下一個事件處理常式。 否則,事件不會反升至下一個事件處理常式。
備註
此 API 適用于協助工具工具作為低階攔截,以攔截硬體系統按鈕的事件。
SystemButtonEventController 事件註冊會套用整個系統,而且是第一次提供。 如果應用程式或服務將 SystemButtonEventController 事件 Handled 屬性設定為 true,則針對相同事件通知在該應用程式或服務之後註冊的應用程式或服務將不會收到通知。