I am rather new to bindings and WPF, but I’ve been able to do a few interesting things with bindings (interesting to me at least)
Does anyoine know if it’s possible to bind an event (For example a SelectionChanged o Click event, etc) to a property (For example: IsChecked, IsEnabled, etc)?
I know I can bind properties with the Path property and all.
If you want to bind events to Commands you can do it through Attached Behavours. Have a look at this blog as to how to do that with MVVM Light. Binding to
IsEnableddoes not make much senseAn example they give is:
In ViewModel