IInterceptableInputEventTIInputEventArgs, TInputEventArgs Interface | 
Namespace: DotNetBrowser.Input
public interface IInterceptableInputEvent<TIInputEventArgs, in TInputEventArgs> : IInterceptableEvent<TIInputEventArgs>, IInputEvent<TIInputEventArgs, TInputEventArgs> where TInputEventArgs : TIInputEventArgs
The IInterceptableInputEventTIInputEventArgs, TInputEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| Handler | 
                Gets or sets the event handler that can be used to intercept and/or suppress this input event.
              (Inherited from IInterceptableEventTIInputEventArgs.) | 
| Name | Description | |
|---|---|---|
| Raise | 
                Raises and dispatches the event to the currently loaded web page. It does nothing if the
                browser hasn't loaded any web page.
              (Inherited from IInputEventTIInputEventArgs, TInputEventArgs.) |