Represents the Progress event arguments.

Namespace:  PerpetuumSoft.DataModel
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public class ProgressEventArgs : EventArgs
Visual Basic (Declaration)
Public Class ProgressEventArgs _
	Inherits EventArgs
Visual C++
public ref class ProgressEventArgs : public EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    PerpetuumSoft.DataModel..::.ProgressEventArgs

See Also