ConfigurationNodeTConfigChangedEventHandler Delegate |
Handler to react to changes in the configuration
Namespace:
MFiles.VAF.AdminConfigurations
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic delegate void ChangedEventHandler(
TConfig oldConfig,
TConfig newConfig
)
Public Delegate Sub ChangedEventHandler (
oldConfig As TConfig,
newConfig As TConfig
)
public delegate void ChangedEventHandler(
TConfig oldConfig,
TConfig newConfig
)
Parameters
- oldConfig
- Type: TConfig
The configuration before changes. - newConfig
- Type: TConfig
The configuration after changes.
See Also