Custom Command WPF
Posted
by Sachin Gaur
on Stack Overflow
See other posts from Stack Overflow
or by Sachin Gaur
Published on 2009-03-02T05:52:45Z
Indexed on
2010/06/15
15:32 UTC
Read the original article
Hit count: 214
I have an application that contains Menu and sub menus. I have attached Appliocation Commands to some of the sub menu items such as Cut, Copy and Paste.
I also have some other menu items that do not have application commands.
How could I add a custom command binding to those sub menu items?
I have gone through this artcile but unable to attach event to my sub menu items.
© Stack Overflow or respective owner