ConfigurationNodeTConfigChangedEventHandler Delegate

Handler to react to changes in the configuration

Definition

Namespace: MFiles.VAF.AdminConfigurations
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public delegate void ChangedEventHandler(
	TConfig oldConfig,
	TConfig newConfig
)

Parameters

oldConfig  TConfig
The configuration before changes.
newConfig  TConfig
The configuration after changes.

See Also