I have a ContainerPanel to which I added a UserControl.
Is there a way to access the already added UserControl in order to call an Update Function that has been already declared inside the UserControl?
or
Is it better just to clear the Usercontrol and Re-load it with the updated info?
Cheers,
You could search the panels children for the type you’re trying to find (I’m using Linq in the example below).