| IInterceptableInputEventTIInputEventArgs, TInputEventArgs Interface | 
Namespace: DotNetBrowser.Input
 Syntax
Syntaxpublic interface IInterceptableInputEvent<TIInputEventArgs, in TInputEventArgs> : IInterceptableEvent<TIInputEventArgs>, IInputEvent<TIInputEventArgs, TInputEventArgs> where TInputEventArgs : TIInputEventArgs
The IInterceptableInputEventTIInputEventArgs, TInputEventArgs type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Handler | 
                Gets or sets the event handler that can be used to intercept and/or suppress this input event.
            (Inherited from IInterceptableEventTIInputEventArgs.) | 
 Methods
Methods| 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.) | 
 See Also
See Also