ModularVaultApplicationBaseReload Method |
Reload clear the internal data structures and loads the modules and their event handlers.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected virtual void Reload(
Vault vault
)
Protected Overridable Sub Reload (
vault As Vault
)
protected:
virtual void Reload(
Vault^ vault
)
Parameters
- vault
- Type: Vault
The target vault.
See Also