WebExpress.DownloadItem.button_Click C# (CSharp) Méthode

button_Click() private méthode

private button_Click ( object sender, MouseButtonEventArgs e ) : void
sender object
e MouseButtonEventArgs
Résultat void
        private void button_Click(object sender, MouseButtonEventArgs e)
        {
            webClient.Dispose();
            Downloads downloads = this.FindParent<Downloads>();

            downloads.RemoveDownload(this);
        }