ConfigurationNodeTConfigChanged Event |
Triggered when the configuration changes.
Namespace:
MFiles.VAF.AdminConfigurations
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic event ConfigurationNodeTConfigChangedEventHandler Changed
Public Event Changed As ConfigurationNodeTConfigChangedEventHandler
public:
event ConfigurationNodeTConfigChangedEventHandler^ Changed {
void add (ConfigurationNodeTConfigChangedEventHandler^ value);
void remove (ConfigurationNodeTConfigChangedEventHandler^ value);
}
Value
Type:
MFiles.VAF.AdminConfigurationsConfigurationNodeTConfigChangedEventHandler
See Also