I\'m having an issue with calling a method on a UserControl. Hear me out:
I have a UserControl someControl in SomeView.xaml
someControl
Som
If you have View-first approach (and your VM is instantiated as Resource in XAML) you may use some normal events to connect your control DoStuff method with some event on VM (on Loaded event).