Raised when the configuration file changes.
Syntax
Event Data
The event handler receives an argument of type ConfigurationWatcherEventArgs containing data related to this event. The following ConfigurationWatcherEventArgs properties provide information specific to this event.
Property | Description |
---|
Configuration |
The application configuration which changed.
|
FilePath |
The path to the application configuration file.
|
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
See Also