Class SettingsWatcher
public class SettingsWatcher : IDisposable
- Inheritance
-
SettingsWatcher
- Implements
- Inherited Members
Properties
Enable
public bool Enable { get; set; }
Property Value
Methods
Dispose()
public void Dispose()
Dispose(bool)
protected virtual void Dispose(bool disposing)
Parameters
disposing
bool
GetSettings()
public SettingsCollection GetSettings()
Returns
Events
SettingsChanged
public event EventHandler SettingsChanged