InputClientSetIgnoreInputEventsAsync Method | 
Version 130.1.90
            Ignores input events (useful while auditing page).
            
Namespace: CefSharp.DevTools.InputAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntaxpublic Task<DevToolsMethodResponse> SetIgnoreInputEventsAsync(
	bool ignore
)
public:
Task<DevToolsMethodResponse^>^ SetIgnoreInputEventsAsync(
	bool ignore
)
Parameters
- ignore  Boolean
 - Ignores input events processing when set to true.
 
Return Value
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also