IExternalSettingsProvider.ErrorConditionResolved Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raised by the setting owner when an error state affecting the entire external settings region (i.e. one with Scope == EntireRegion or Unknown) is resolved. This will trigger Unified Settings to remove the error UI and refresh the region.
event EventHandler ErrorConditionResolved;
member this.ErrorConditionResolved : EventHandler
Event ErrorConditionResolved As EventHandler