ModularVaultApplicationBaseLoadHandlerMethods Method |
Finds and caches all event handler methods and vault extension methods in the assembly.
The methods are decorated with specific attributes.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected override void LoadHandlerMethods(
Vault vault
)
Protected Overrides Sub LoadHandlerMethods (
vault As Vault
)
protected:
virtual void LoadHandlerMethods(
Vault^ vault
) override
Parameters
- vault
- Type: Vault
The vault in which to operate.
See Also