Binds the specific parameterized command to this CheckButton .
public override IDisposable BindCommand( object command, Func<Object> queryCommandParameter, Action<BaseButton, Func<Boolean>> updateState )
Overrides Public Function BindCommand( ByVal command As Object, ByVal queryCommandParameter As Func(of Object), ByVal updateState As Action(of BaseButton, Func(of Boolean)) ) As IDisposable
The BindCommand method supports the WinForms MVVM pattern. See the Commands topic to learn more.