IPCBIWindowProgressChanged Delegate

Informs about the progress for certain operations

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public delegate void ProgressChanged(
	int percent
)

Parameters

percent  Int32
0-100% done

See Also