Occurs when progress information on the current operation changes.
Namespace:
PerpetuumSoft.DataModelAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
C# |
---|
public event EventHandler<ProgressEventArgs> Progress |
Visual Basic (Declaration) |
---|
Public Event Progress As EventHandler(Of ProgressEventArgs) |
Visual C++ |
---|
public: event EventHandler<ProgressEventArgs^>^ Progress { void add (EventHandler<ProgressEventArgs^>^ value); void remove (EventHandler<ProgressEventArgs^>^ value); } |