Delegate DocStructInfoProgressChangedDelegate |
Namespace: DedNet.Core
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