AppStore.SettingsDialog.ContentDialog_SecondaryButtonClick C# (CSharp) Method

ContentDialog_SecondaryButtonClick() private method

Method which is executed when the user taps on the "cancel" button in the SettingsDialog
private ContentDialog_SecondaryButtonClick ( ContentDialog sender, ContentDialogButtonClickEventArgs args ) : void
sender ContentDialog Object Sender is a parameter called Sender that contains a reference to the control/object that raised the event.
args ContentDialogButtonClickEventArgs EventArgs e is a parameter called e that contains the event data, see the EventArgs MSDN page for more information.
return void
        private void ContentDialog_SecondaryButtonClick(ContentDialog sender, ContentDialogButtonClickEventArgs args)
        {
        }
    }