SnapDotNet.Apps.Dialogs.ChangeDisplayNameDialog.ContentDialog_PrimaryButtonClick C# (CSharp) 메소드

ContentDialog_PrimaryButtonClick() 개인적인 메소드

private ContentDialog_PrimaryButtonClick ( ContentDialog sender, ContentDialogButtonClickEventArgs args ) : void
sender ContentDialog
args ContentDialogButtonClickEventArgs
리턴 void
        private void ContentDialog_PrimaryButtonClick(ContentDialog sender, ContentDialogButtonClickEventArgs args)
        {
            NewDisplayName = DisplyNameTextBox.Text;
        }