Edit

Share via


AttachedShadowBase.OnElementContextInitialized Method

Definition

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

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

Parameters

context
AttachedShadowElementContext

The AttachedShadowElementContext that is being initialized.

Applies to