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