Delegate DocStructInfoProgressChangedDelegate
|
Delegate per la geatione dell'avanzamento nei metodi che gestiscono liste di file
Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public 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 -> unit
Parametri
- curIndex Int64
-
- total Int64
-
- curFileName String
-
Vedi anche