ToolTip="{StaticResource commandEdit}" ToolTipService.ShowOnDisabled="True"
Click="editSchedule_Click">
Canvas.Left="15.8333"
Fill="{StaticResource iconMenuColor}"
Canvas.Top="20.5833"
Stretch="Fill"
Data="{StaticResource ToolBarIconModify}"
/>
It's perfect, I would add a new condition: maintain the hover state when click and remove hover state when I click on another button, called saveSchedule.
How can I resolve it?

Roberto SalemiPosted Mar 6, 2015, 4:54 AM
I set the property IsChecked editSchedule to false when I click on saveSchedule.
Roberto SalemiPosted Mar 5, 2015, 5:04 AM