Click or drag to resize

TaskWorkerOnTaskProgressChanged method

Reports the task progress to routines that are in TaskProgressChanged have mounted.

Namespace: NetEti.ApplicationControl
Assembly: NetEti.TaskWorker (in NetEti.TaskWorker.dll) Version: 1.0.0+bef1165e3f26a8e8b98fdf687859f92963581afa
Syntax
public void OnTaskProgressChanged(
	
	ProgressChangedEventArgs args
)

Parameters

args  ProgressChangedEventArgs
Information about the processing progress.
See also