Method OnDefaultSystemBackdropConfigurationChanged
| Edit this page View SourceOnDefaultSystemBackdropConfigurationChanged(ICompositionSupportsSystemBackdrop, XamlRoot)
Override this method to be called when the object returned by GetDefaultSystemBackdropConfiguration changes. This is useful if you're using a custom SystemBackdropConfiguration.
Declaration
protected override void OnDefaultSystemBackdropConfigurationChanged(ICompositionSupportsSystemBackdrop target, XamlRoot xamlRoot)
Parameters
Type | Name | Description |
---|---|---|
ICompositionSupportsSystemBackdrop | target | The target of the backdrop. |
XamlRoot | xamlRoot | The XAML root of the backdrop target. |