AzureIoTHubConnectedService.AccountPickerViewModel.OnAuthenticationChanged C# (CSharp) 메소드

OnAuthenticationChanged() 개인적인 메소드

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