InputClientSetIgnoreInputEventsAsync Method  | 
Version 94.4.20 
            Ignores input events (useful while auditing page).
            
 
    Namespace: 
   CefSharp.DevTools.Input
    Assembly:
   CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
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