WebAppLogConfigurationReader.OnConfigurationChanged Event

Definition

Occurs when the configuration has changed.

public:
 virtual event EventHandler<Microsoft::Extensions::Logging::AzureAppServices::Internal::WebAppLogConfiguration ^> ^ OnConfigurationChanged;
public event EventHandler<Microsoft.Extensions.Logging.AzureAppServices.Internal.WebAppLogConfiguration> OnConfigurationChanged;
member this.OnConfigurationChanged : EventHandler<Microsoft.Extensions.Logging.AzureAppServices.Internal.WebAppLogConfiguration> 
Public Event OnConfigurationChanged As EventHandler(Of WebAppLogConfiguration) 

Event Type

Implements

Remarks

This API supports the .NET infrastructure and is not intended to be used directly from your code.

Applies to