VaultApplicationBaseRegisterEventHandlers Method
Registers the specified event handler method.
Namespace: MFiles.VAFAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
protected virtual void RegisterEventHandlers(
MethodInfo method,
Object instance,
Vault vault
)
Parameters
- method MethodInfo
- Method that is being registered.
- instance Object
- The object that hosts this particular method.
- vault Vault
- The vault object.