'Declaration Public Function New( _
ByVal progressПрогресс действия.As System.Int32, _
ByVal canCancelЗначение, указывающее, можно ли отменить действие.As Boolean, _
ByVal descriptionОписание действия.As System.String _
)
public ProgressEventArgs(
System.Int32 progress,
bool canCancel,
System.String description
)
public: ProgressEventArgs(
System.Int32 progress,
bool canCancel,
System.String description
)
public:
ProgressEventArgs(
System.Int32 progress,
bool canCancel,
System.String description
)
Parameters
- progress
- Прогресс действия.
- canCancel
- Значение, указывающее, можно ли отменить действие.
- description
- Описание действия.