While doing WPF with MVVM structure, I always bind my View to ViewModel using Getter-Setter on variables of class. Isn't there anyway such that I can bind to directly Methods of ViewModel?
( Please make sure that as I am using MVVM, I don't expect code behind of view such that method(sender s,...) )