ICoreWebView2AcceleratorKeyPressedEventArgs.get_Handled

During AcceleratorKeyPressedEvent handler invocation the WebView is blocked waiting for the decision of if the accelerator is handled by the host (or not). If the Handled property is set to TRUE then this prevents the WebView from performing the default action for this accelerator key. Otherwise the WebView performs the default action for the accelerator key.

interface ICoreWebView2AcceleratorKeyPressedEventArgs
@" propget"
HRESULT
get_Handled
(
BOOL* handled
)

Meta