Share via


ConfigurationSourceChangedEventArgs.ChangedSectionNames Property

The set of section names that have changed.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)

Syntax

'Declaration
Public ReadOnly Property ChangedSectionNames As ReadOnlyCollection(Of String)
public ReadOnlyCollection<string> ChangedSectionNames { get; }
public:
property ReadOnlyCollection<String^>^ ChangedSectionNames {
    ReadOnlyCollection<String^>^ get ();
}
public function get ChangedSectionNames () : ReadOnlyCollection<String>

See Also

ConfigurationSourceChangedEventArgs Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace