Class ConfigurationLoadedEventArgs
Represents event arguments for a loaded IModuleConfiguration.
public class ConfigurationLoadedEventArgs : EventArgs
  - Inheritance
 - 
      
      
      ConfigurationLoadedEventArgs
 
- Inherited Members
 
- Extension Methods
 
Constructors
ConfigurationLoadedEventArgs(string)
Initializes a new instance of the ConfigurationLoadedEventArgs class.
public ConfigurationLoadedEventArgs(string configurationName)
  Parameters
configurationNamestringName of the loaded configuration.
Properties
ConfigurationName
Gets the name of the loaded configuration.
public string ConfigurationName { get; }