 | IRelayCommandUpdateCanExecuteState method |
Forces CanExecuteChanged.
Namespace: NetEti.MVVMiniAssembly: NetEti.MVVMini (in NetEti.MVVMini.dll) Version: 1.0.0+7b60487fcbc3b95636e4fc726213c9ca8562bee8
Syntaxvoid UpdateCanExecuteState(
Dispatcher dispatcher
)
Sub UpdateCanExecuteState (
dispatcher As Dispatcher
)
void UpdateCanExecuteState(
Dispatcher^ dispatcher
)
abstract UpdateCanExecuteState :
dispatcher : Dispatcher -> unit
Parameters
- dispatcher Dispatcher
- The dispatcher of the UI.
See also