RaiseCanExecuteChanged Method (NullDelegateCommand)
In This Topic
Provides an empty implementation to satisfy the IDelegateCommand interface. It does not raise the CanExecuteChanged event.
Syntax
'Declaration
Public Sub RaiseCanExecuteChanged()
public void RaiseCanExecuteChanged()
See Also