So I am making a webbrowser. I made my own address bar usercontrol, it is in the same solution as the main window. This is what I want to happen.
I have an event called getcurrentbrowser() in the MainWindowClass,
But I need it to be called from the Addressbar class,
And then change the webbrowser’s source in the Addressbar class,
And this command is launched by an image.
So I am making a webbrowser. I made my own address bar usercontrol, it
Share
I think you should add a property like
SourcetoMainWindowsClassand another toAddressBarControl.Then Bind Source Property of
WebBrowserandAddresssBartoMainWindowClass.SourceProperty withMode=TwoWay