ConfigurationManagement..::..ConfigurationSaving Event
Occurs before configuration saving.
Namespace:
CAS.DataPorter.ConfiguratorAssembly: CommServer.DAClientConfiguration (in CommServer.DAClientConfiguration.dll)
Syntax
public event EventHandler<ConfigurationManagement..::..ConfigurationEventArg> ConfigurationSaving
Public Event ConfigurationSaving As EventHandler(Of ConfigurationManagement..::..ConfigurationEventArg)
public: event EventHandler<ConfigurationManagement..::..ConfigurationEventArg^>^ ConfigurationSaving { void add (EventHandler<ConfigurationManagement..::..ConfigurationEventArg^>^ value); void remove (EventHandler<ConfigurationManagement..::..ConfigurationEventArg^>^ value); }