C# Class FaceDetection.Model.Updater.UpdateHandler.UpdateDownloadCompletedArgs

The event args for the UpdateHandler.UpdateDownloadCompleted event.
Inheritance: System.EventArgs
Show file Open project: PkInfRemi/FaceDetectionApp

Public Methods

Method Description
UpdateDownloadCompletedArgs ( bool aborted, Exception exception ) : System

Initializes a new instance of the UpdateDownloadCompletedArgs class.

Method Details

UpdateDownloadCompletedArgs() public method

Initializes a new instance of the UpdateDownloadCompletedArgs class.
public UpdateDownloadCompletedArgs ( bool aborted, Exception exception ) : System
aborted bool if set to true [aborted].
exception System.Exception The exception.
return System