How can I combine two events and create a new event ?
e.g : if the mouse leave the control and focus on another control (so that focus is lost) then fire event custom_event.
I’m new at WPF and I’ve got not complete the zen of wpf. If there is another way to do that, let me know.
It’s possible in XAML with MultiDataTriggers, see this article from Josh Smith: