My XAML uses a DataContext
which is != self.
All of the properties are linked to that DataSource.
I would like to make my "Click"
event handler in the DataContext as well, and NOT in the code behind.
I saw some "Commands" solutions, which I'm not familiar with at all, but these looked quite complicated for that tiny need...
Is there any simple solution for that?