ChatterBox.Client.Presentation.Shared.ViewModels.WelcomeViewModel.OnCompleteCommandExecute C# (CSharp) Method

OnCompleteCommandExecute() private method

private OnCompleteCommandExecute ( ) : void
return void
        private void OnCompleteCommandExecute()
        {
            RegistrationSettings.Name = Name;
            RegistrationSettings.Domain = Domain;
            IsCompleted = true;
            OnCompleted?.Invoke();
        }