Table of Contents

Interface IInterceptableEvent<TIInputEventArgs>

Namespace
DotNetBrowser.Input
Assembly
DotNetBrowser.dll

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

public interface IInterceptableEvent<TIInputEventArgs>

Type Parameters

TIInputEventArgs

The input event arguments interface.

Properties

Handler

Gets or sets the event handler that can be used to intercept and/or suppress this input event.