Click or drag to resize

IInterceptableEventTIInputEventArgs Interface

An interceptable input event. It is possible to intercept and suppress this input event before it is actually processed by the browser.

Namespace:  DotNetBrowser.Input
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public interface IInterceptableEvent<TIInputEventArgs>

Type Parameters

TIInputEventArgs
The input event arguments interface.

The IInterceptableEventTIInputEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyHandler
Gets or sets the event handler that can be used to intercept and/or suppress this input event.
Top
See Also