ElementAnimator.OnElementShown(UIElement, AnimationContext) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
virtual void OnElementShown(UIElement ^ element, AnimationContext context) = OnElementShown;
/// [Windows.Foundation.Metadata.Experimental]
void OnElementShown(UIElement const& element, AnimationContext const& context);
[Windows.Foundation.Metadata.Experimental]
public void OnElementShown(UIElement element, AnimationContext context);
Public Sub OnElementShown (element As UIElement, context As AnimationContext)
Paramètres
- element
- UIElement
- context
- AnimationContext
- Attributs