AzureIoTHubConnectedService.AzureServiceAuthenticator.AccountPickerViewModel_AuthenticationChanged C# (CSharp) Method

AccountPickerViewModel_AuthenticationChanged() private method

private AccountPickerViewModel_AuthenticationChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void AccountPickerViewModel_AuthenticationChanged(object sender, EventArgs e)
        {
            // rebroadcast the AuthenticationChanged event whenever the underlying accountPickerViewModel
            // raises the AuthenticationChanged event
            this.OnAuthenticationChanged(new AuthenticationChangedEventArgs());
        }
    }