AdvancedInfo.ContentDialogs.SomethingHappened.ContentDialog_PrimaryButtonClick C# (CSharp) Method

ContentDialog_PrimaryButtonClick() private method

private ContentDialog_PrimaryButtonClick ( ContentDialog sender, ContentDialogButtonClickEventArgs args ) : void
sender ContentDialog
args ContentDialogButtonClickEventArgs
return void
        private void ContentDialog_PrimaryButtonClick(ContentDialog sender, ContentDialogButtonClickEventArgs args)
        {
        }
    }