AzureIoTHubConnectedService.AccountPickerViewModel.OnAuthenticationChanged C# (CSharp) Method

OnAuthenticationChanged() private method

private OnAuthenticationChanged ( ) : void
return void
        private void OnAuthenticationChanged()
        {
            this.AuthenticationChanged?.Invoke(this, EventArgs.Empty);
        }
    }