Click or drag to resize

InputEventResponse Enumeration

The response to the input event handlers.

Namespace:  DotNetBrowser.Input
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public enum InputEventResponse
Members
  Member nameValueDescription
Suppress0 Suppress this event.
Proceed1 Allow the browser to process this event.
See Also