Click or drag to resize

Generator.TaskProgressInitHandler Property

The handler of the TaskProgressInitCallBack. Setting this property will allow Start to reflect its current progress of general tasks in the progress viewer.

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public Action<int> TaskProgressInitHandler { get; set; }

Property Value

Type: Action<Int32>

Implements

IGenerator.TaskProgressInitHandler
See Also