Represents method that will handle the ShowProgress event.
Namespace:
PerpetuumSoft.Reporting.Components
Assembly:
PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public delegate void ShowProgressDelegate(
string state,
string substate
) |
| Visual Basic (Declaration) |
|---|
Public Delegate Sub ShowProgressDelegate ( _
state As String, _
substate As String _
) |
| Visual C++ |
|---|
public delegate void ShowProgressDelegate(
String^ state,
String^ substate
) |
See Also