AttachedShadowBase.OnElementContextUninitialized Method
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 uninitialized.
C#
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)
- context
- AttachedShadowElementContext
The AttachedShadowElementContext that is being uninitialized.
Producto | Versiones |
---|---|
Windows Community Toolkit | 7.1.0 |