ConfigurationSourceChangedEventArgs Class

Event arguments describing which sections have changed in a configuration source.

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

Syntax

'Declaration
Public Class ConfigurationSourceChangedEventArgs _
    Inherits EventArgs
public class ConfigurationSourceChangedEventArgs : EventArgs
public ref class ConfigurationSourceChangedEventArgs : public EventArgs
public class ConfigurationSourceChangedEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ConfigurationSourceChangedEventArgs

See Also

ConfigurationSourceChangedEventArgs Members

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace