Delegate DocStructInfoProgressChangedDelegate
             | 
          
        
        
            Delegate per la geatione dell'avanzamento nei metodi che gestiscono liste di file
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic delegate void ProgressChangedDelegate(
	long curIndex,
	long total,
	string curFileName
)
Public Delegate Sub ProgressChangedDelegate ( 
	curIndex As Long,
	total As Long,
	curFileName As String
)
public delegate void ProgressChangedDelegate(
	long long curIndex, 
	long long total, 
	String^ curFileName
)
type ProgressChangedDelegate = 
    delegate of 
        curIndex : int64 * 
        total : int64 * 
        curFileName : string -> unitParametri
- curIndex  Int64
 -  
 - total  Int64
 -  
 - curFileName  String
 -  
 
Vedi anche