Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this BarCheckItem.
public IDisposable BindCommand<T>( Expression<Action<T>> commandSelector, object source, Func<T> queryCommandParameter )
Public Function BindCommand(of T)( ByVal commandSelector As Expression(of Action(of T)), ByVal source As Object, ByVal queryCommandParameter As Func(of T) ) As IDisposable
The BindCommand<T> method supports the WinForms MVVM pattern. See the Commands topic to learn more.