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