Click or drag to resize

PageSetLifecycleEventsEnabledAsync 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: SystemBoolean
If true, starts emitting lifecycle events.

Return Value

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