Method OnTargetConnected
| Edit this page View SourceOnTargetConnected(ICompositionSupportsSystemBackdrop, XamlRoot)
Called when this object is attached to a valid container; for example, when set on Window.SystemBackdrop.
Declaration
protected override void OnTargetConnected(ICompositionSupportsSystemBackdrop connectedTarget, XamlRoot xamlRoot)
Parameters
Type | Name | Description |
---|---|---|
ICompositionSupportsSystemBackdrop | connectedTarget | The target of the backdrop. |
XamlRoot | xamlRoot | The XAML root of the backdrop target. |