共用方式為


WebViewControlAcceleratorKeyPressedEventArgs.Handled 屬性

定義

取得或設定值,這個值會將路由事件標示為已處理。 Handled 的 true 值可防止事件路由中的其他處理常式再次處理相同的事件。

public:
 property bool Handled { bool get(); void set(bool value); };
bool Handled();

void Handled(bool value);
public bool Handled { get; set; }
var boolean = webViewControlAcceleratorKeyPressedEventArgs.handled;
webViewControlAcceleratorKeyPressedEventArgs.handled = boolean;
Public Property Handled As Boolean

屬性值

Boolean

bool

將 [已處理] 設定為 true 可防止 WebViewControl 在事件中接收金鑰。

適用於