ConfigurationNodeTConfigChangedEventHandler Delegate
Handler to react to changes in the configuration
Namespace: MFiles.VAF.AdminConfigurationsAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public delegate void ChangedEventHandler(
TConfig oldConfig,
TConfig newConfig
)
Parameters
- oldConfig TConfig
- The configuration before changes.
- newConfig TConfig
- The configuration after changes.