Click or drag to resize

IInterceptableEvent<TIInputEventArgs> 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.24.0
Syntax
C#
public interface IInterceptableEvent<TIInputEventArgs>

Type Parameters

TIInputEventArgs
The input event arguments interface.

The IInterceptableEvent<TIInputEventArgs> 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