Table of Contents

Class ConfigurationLoadedEventArgs

Namespace
Loehnert.Lisrt.Modules
Assembly
Loehnert.Lisrt.Modules.dll

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

configurationName string

Name of the loaded configuration.

Properties

ConfigurationName

Gets the name of the loaded configuration.

public string ConfigurationName { get; }

Property Value

string