Share via


ConfigurationFileChangingEventArgs 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 ConfigurationFileChangingEventArgs type exposes the following members.

Constructors

  Name Description
Public method ConfigurationFileChangingEventArgs

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 Cancel

Determines if the changes should be cancled.

(Inherited from ConfigurationChangingEventArgs.)
Public property ConfigurationFile

Gets the configuration file of the data that is changing.

Public property NewValue

Gets the new value.

(Inherited from ConfigurationChangingEventArgs.)
Public property OldValue

Gets the old value.

(Inherited from ConfigurationChangingEventArgs.)
Public property SectionName

Gets the section name where the changes occurred.

(Inherited from ConfigurationChangedEventArgs.)

See Also

ConfigurationFileChangingEventArgs 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.