Provides data for DownloadFileCompleted event which is raised when a single file download is complete.

Namespace:  Aras.IOME
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public class DownloadFileCompletedEventArgs : AsyncCompletedEventArgs
Visual Basic (Declaration)
Public Class DownloadFileCompletedEventArgs _
	Inherits AsyncCompletedEventArgs
J#
public class DownloadFileCompletedEventArgs extends AsyncCompletedEventArgs
JScript
public class DownloadFileCompletedEventArgs extends AsyncCompletedEventArgs

Remarks

In case an unhandled exception was raised during the file download the download of the file is interrupted and the exception is stored in the Error property of the class. Otherwise the result of the Aras.IOM.Item.checkout(...) for the file is stored in the Result property of the class.

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    System.ComponentModel..::.AsyncCompletedEventArgs
      Aras.IOME..::.DownloadFileCompletedEventArgs

See Also