ConfigurationFileChangedEventArgs Members

Include Protected Members
Include Inherited Members

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The ConfigurationFileChangedEventArgs type exposes the following members.

Constructors

  Name Description
Public method ConfigurationFileChangedEventArgs

Initialize a new instance of the ConfigurationChangingEventArgs class with the configuration file, the section name, the old value, and the new value of the changes.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property ConfigurationFile

Gets the configuration file of the data that is changing.

Public property SectionName

Gets the section name where the changes occurred.

(Inherited from ConfigurationChangedEventArgs.)

See Also

ConfigurationFileChangedEventArgs Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.