When I create click events for my Menu, I end up having about 20 events for each MenuItem. Is this t
Posted
by John McClane
on Stack Overflow
See other posts from Stack Overflow
or by John McClane
Published on 2010-01-03T15:53:48Z
Indexed on
2010/03/17
15:01 UTC
Read the original article
Hit count: 205
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?
© Stack Overflow or respective owner