'Declaration Public Function New( _
ByVal actionCurrent action.As SaneAcquiredImageProcessingAction, _
ByVal progressProgress of the action.As Integer, _
ByVal canCancelIndicates if action can be canceled.As Boolean _
)
public SaneAcquiredImageProcessingProgressEventArgs(
SaneAcquiredImageProcessingAction action,
int progress,
bool canCancel
)
Parameters
- action
- Current action.
- progress
- Progress of the action.
- canCancel
- Indicates if action can be canceled.