DotNetBrowser Documentation
DotNetBrowser Documentation
DotNetBrowser API Reference
DotNetBrowser.Input
IInputEvent(TIInputEventArgs, TInputEventArgs) Interface
IInterceptableEvent(TIInputEventArgs) Interface
IInterceptableInputEvent(TIInputEventArgs, TInputEventArgs) Interface
InputEventResponse Enumeration
InputEventResponse Enumeration
The response to the input event handlers.
Namespace:
DotNetBrowser.Input
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax
C#
Copy
public
enum
InputEventResponse
Members
Member name
Value
Description
Suppress
0
Suppress this event.
Proceed
1
Allow the browser to process this event.
See Also
Reference
DotNetBrowser.Input Namespace
Copyright © 2023 TeamDev Ltd. All Rights Reserved.