Click or drag to resize

UpdateProgressionMethod Delegate

Represents the method that receives a String.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public delegate void UpdateProgressionMethod(
	int percent,
	string step = ""
)

Parameters

percent
Type: SystemInt32
step (Optional)
Type: SystemString
See Also