Finally, I realized that there's a new public method from RelayCommand Called RaiseCanExecuteChanged().
With this method, I am able to notify UI to update by invoke CanExecute().
Problem solved.
With this method, I am able to notify UI to update by invoke CanExecute().
Problem solved.