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