TargetClientAttachedToTarget Event | 
Version 104.4.240 
            Issued when attached to target because of auto-attach or `attachToTarget` command.
            
 
    Namespace: 
   CefSharp.DevTools.Target
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic event EventHandler<AttachedToTargetEventArgs> AttachedToTarget
public:
 event EventHandler<AttachedToTargetEventArgs^>^ AttachedToTarget {
	void add (EventHandler<AttachedToTargetEventArgs^>^ value);
	void remove (EventHandler<AttachedToTargetEventArgs^>^ value);
}Value
Type: 
SystemEventHandlerAttachedToTargetEventArgs
See Also