Home > Net >  How can't find IsBrowserInitializedChangedEventArgs CefSharp this object
How can't find IsBrowserInitializedChangedEventArgs CefSharp this object

Time:12-23

Private void Browser_IsBrowserInitializedChanged (object sender, IsBrowserInitializedChangedEventArgs e)
{
If (e.I sBrowserInitialized)
{
Cef. UIThreadTaskFactory. StartNew (delegate
{
//resetting proxy IP
});
}
}

Ready to use this method to modify the proxy IP, the code from the Internet to find, but I use NuGet install CefSharp the latest 86 version, it can't find IsBrowserInitializedChangedEventArgs this type, is the latest version to get rid of? Before I went to see a few 5 or 6 version, can all be found
So could you please tell me the latest version of how to call Browser_IsBrowserInitializedChanged method?????? Great god help!
  •  Tags:  
  • C#
  • Related