Show / Hide Table of Contents

Method OnDefaultSystemBackdropConfigurationChanged

| Edit this page View Source

OnDefaultSystemBackdropConfigurationChanged(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.

Overrides
SystemBackdrop.OnDefaultSystemBackdropConfigurationChanged(ICompositionSupportsSystemBackdrop, XamlRoot)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX