Parameter from SubWindow to MainWindow via Event
Posted onLast I was asked if it was possible to create communication between 2 windows and give a parameter with the event instead of firing an event and check manually the value of the property in the SubWindow. And of course there is a solution to that problem. The solution for this is by making use […]