DBCatalogRetrieverTaskProgressTaskStartHandler Property  | 
 
            The handler of the TaskProgressTaskStartCallBack to log the start of a task. Parameter is the description to show.
            
 
    Namespace: 
   SD.LLBLGen.Pro.DBDriverCore
    Assembly:
   SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic Action<string> TaskProgressTaskStartHandler { get; }Public ReadOnly Property TaskProgressTaskStartHandler As Action(Of String)
	Get
Property Value
Type: 
ActionString
See Also