When I create click events for my Menu, I end up having about 20 events for each MenuItem. Is this t
- by John McClane
I'm using WPF Menu. I have about 20 different menu buttons and in my XAML code I associate a Click event to each menu item.
Is this the preferred way?