AzureIoTHubConnectedService.AzureIoTHubAccountProviderGrid.OnAuthenticatorAuthenticationChanged C# (CSharp) Method

OnAuthenticatorAuthenticationChanged() private method

private OnAuthenticatorAuthenticationChanged ( object sender, AuthenticationChangedEventArgs e ) : void
sender object
e AuthenticationChangedEventArgs
return void
        private void OnAuthenticatorAuthenticationChanged(object sender, AuthenticationChangedEventArgs e)
        {
            this.CalculateCanCreateServiceInstance();
        }