AttachedShadowBase.OnElementContextInitialized Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.