Click or drag to resize

P4CallBacksProgressInitCallback Delegate

Delegate definition for the progress init callback. Called when a progress operation is initialized.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2025.2.287.2434
Syntax
public delegate void ProgressInitCallback(
	int type
)

Parameters

type
Type: SystemInt32
See Also