AdvancedInfo.ContentDialogs.SomethingHappened.ContentDialog_PrimaryButtonClick C# (CSharp) Méthode

ContentDialog_PrimaryButtonClick() private méthode

private ContentDialog_PrimaryButtonClick ( ContentDialog sender, ContentDialogButtonClickEventArgs args ) : void
sender ContentDialog
args ContentDialogButtonClickEventArgs
Résultat void
        private void ContentDialog_PrimaryButtonClick(ContentDialog sender, ContentDialogButtonClickEventArgs args)
        {
        }
    }