Edit

Share via


AttachedShadowBase.OnElementContextUninitialized Method

Definition

Override to handle when the AttachedShadowElementContext for an element is being uninitialized.

protected internal virtual void OnElementContextUninitialized (Microsoft.Toolkit.Uwp.UI.AttachedShadowElementContext context);
abstract member OnElementContextUninitialized : Microsoft.Toolkit.Uwp.UI.AttachedShadowElementContext -> unit
override this.OnElementContextUninitialized : Microsoft.Toolkit.Uwp.UI.AttachedShadowElementContext -> unit
Protected Friend Overridable Sub OnElementContextUninitialized (context As AttachedShadowElementContext)

Parameters

context
AttachedShadowElementContext

The AttachedShadowElementContext that is being uninitialized.

Applies to