VaultApplicationBaseRegisterPropertyHandler Method |
Registers the specified property handler method.
Namespace:
MFiles.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxprotected virtual void RegisterPropertyHandler(
MethodInfo method,
Object instance,
Vault vault
)
Parameters
- method
- Type: System.ReflectionMethodInfo
Method that is being registered. - instance
- Type: SystemObject
The object that hosts this particular method. - vault
- Type: Vault
The vault object.
See Also