What is the WPF equivalant of DocumentCompleted for the WebBrowser class?
The DocumentCompleted method does not exist in WPF (at least not in the latest version of .NET and visual studio). So how do I do the same thing that one could do with Windows Forms in WPF?
This is a reoccuring thing. I find the need to have a methond in a C# class in WPF. Then I find that the methods are redone from Windows Forms to WPF and there is no supporting documentation to be found.
The DocumentCompleted method does not exist in WPF (at least not in the latest version of .NET and visual studio). So how do I do the same thing that one could do with Windows Forms in WPF?
This is a reoccuring thing. I find the need to have a methond in a C# class in WPF. Then I find that the methods are redone from Windows Forms to WPF and there is no supporting documentation to be found.