Event raised when a setting is changed after it is initially read from the configuration file.
Namespace:
PostSharp
Assembly:
PostSharp.Core (in PostSharp.Core.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Event SettingChanged As PropertyChangedEventHandler |
| C# |
|---|
public static event PropertyChangedEventHandler SettingChanged |
| Visual C++ |
|---|
public:
static event PropertyChangedEventHandler^ SettingChanged {
void add (PropertyChangedEventHandler^ value);
void remove (PropertyChangedEventHandler^ value);
} |
See Also