| InputClientSetIgnoreInputEventsAsync Method  | 
Version 90.6.50 
            Ignores input events (useful while auditing page).
            
 
    Namespace: 
   CefSharp.DevTools.Input
    Assembly:
   CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
 Syntax
Syntaxpublic Task<DevToolsMethodResponse> SetIgnoreInputEventsAsync(
	bool ignore
)
public:
Task<DevToolsMethodResponse^>^ SetIgnoreInputEventsAsync(
	bool ignore
)
Parameters
- ignore
- Type: SystemBoolean
 Ignores input events processing when set to true.
Return Value
Type: 
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
 See Also
See Also