AzureIoTHubConnectedService.AccountPickerViewModel.OnAuthenticationChanged C# (CSharp) Méthode

OnAuthenticationChanged() private méthode

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