Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 621 Bytes

webviewcontrolacceleratorkeypressedeventargs_handled.md

File metadata and controls

23 lines (15 loc) · 621 Bytes
-api-id -api-type
P:Windows.Web.UI.Interop.WebViewControlAcceleratorKeyPressedEventArgs.Handled
winrt property

Windows.Web.UI.Interop.WebViewControlAcceleratorKeyPressedEventArgs.Handled

-description

Gets or sets a value that marks the routed event as handled. A true value for Handled prevents other handlers along the event route from handling the same event again.

-property-value

Setting Handled to true will prevent WebViewControl from receiving the key in the event.

-remarks

-see-also

-examples