Click or drag to resize

TargetClientAttachedToTarget Event

Version 118.6.80
Issued when attached to target because of auto-attach or `attachToTarget` command.

Namespace:  CefSharp.DevTools.Target
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax
public event EventHandler<AttachedToTargetEventArgs> AttachedToTarget

Value

Type: SystemEventHandlerAttachedToTargetEventArgs
See Also