DelegatePrepProgBar Delegate |
Namespace: TheVaultLibAssembly: TheVaultLib (in TheVaultLib.dll) Version: 1.0.3776.37319
Syntaxpublic delegate void DelegatePrepProgBar(
int max
)
Public Delegate Sub DelegatePrepProgBar (
max As Integer
)
public delegate void DelegatePrepProgBar(
int max
)
type DelegatePrepProgBar =
delegate of
max : int -> unit
Parameters
- max
- Type: System.Int32
See Also