TargetClientTargetInfoChanged Event |
Version 130.1.90
Issued when some information about a target has changed. This only happens between
`targetCreated` and `targetDestroyed`.
Namespace: CefSharp.DevTools.TargetAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public event EventHandler<TargetInfoChangedEventArgs> TargetInfoChanged
public:
event EventHandler<TargetInfoChangedEventArgs^>^ TargetInfoChanged {
void add (EventHandler<TargetInfoChangedEventArgs^>^ value);
void remove (EventHandler<TargetInfoChangedEventArgs^>^ value);
}
Value
EventHandlerTargetInfoChangedEventArgsSee Also