C# Class WebExpress.DownloadItem

Inheritance: System.Windows.Controls.UserControl
Mostra file Open project: Sential/WebExpress-beta Class Usage Examples

Public Methods

Method Description
DownloadItem ( string filepath, string url, string filename ) : System

Private Methods

Method Description
MenuItem_Click ( object sender, System e ) : void
MenuItem_Click_1 ( object sender, System e ) : void
UserControl_MouseDown ( object sender, MouseButtonEventArgs e ) : void
UserControl_MouseEnter ( object sender, System e ) : void
UserControl_MouseLeave ( object sender, System e ) : void
WebClient_DownloadFileCompleted ( object sender, System e ) : void
WebClient_DownloadProgressChanged ( object sender, DownloadProgressChangedEventArgs e ) : void
button_Click ( object sender, MouseButtonEventArgs e ) : void

Method Details

DownloadItem() public method

public DownloadItem ( string filepath, string url, string filename ) : System
filepath string
url string
filename string
return System