"ItemClicked" event for "ToolBar" in wpf not available
WPF
1
Posts
1
Posters
0
Views
1
Watching
-
Hi Experts, Unlike in windows forms, wpf's toolbar does not have an "ItemClicked" event associated with it where i can have just 1 event for the clicks of all the items (buttons) present in the toolbar. I can very well create an event for each and every button but i want to reduce the mess that the individual event would create in code. Is there a work around to achieve this functionality? Thanks in advance. Regards, Samar