Click or drag to resize

Page.SetLifecycleEventsEnabledAsync Method

Version 85.3.121
Controls whether page will emit lifecycle events.

Namespace:  CefSharp.DevTools.Page
Assembly:  CefSharp (in CefSharp.dll) Version: 85.3.121.0 (85.3.121.0)
Syntax
public Task<DevToolsMethodResponse> SetLifecycleEventsEnabledAsync(
	bool enabled
)

Parameters

enabled
Type: System.Boolean
If true, starts emitting lifecycle events.

Return Value

Type: Task<DevToolsMethodResponse>
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also