private void DoSectionChangedEvent(string sectionName) { _log.Debug($"Triggering SectionChanged event for: {sectionName}"); OnSectionChanged?.Invoke(this, new ConfigSectionChangedEventArgs() { SectionName = sectionName }); }
public static void ChangeSection() { OnSectionChanged?.Invoke(); }