ElementAnimator.OnElementBoundsChanged 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 OnElementBoundsChanged(UIElement ^ element, AnimationContext context, Rect oldBounds, Rect newBounds) = OnElementBoundsChanged;
/// [Windows.Foundation.Metadata.Experimental]
void OnElementBoundsChanged(UIElement const& element, AnimationContext const& context, Rect const& oldBounds, Rect const& newBounds);
[Windows.Foundation.Metadata.Experimental]
public void OnElementBoundsChanged(UIElement element, AnimationContext context, Rect oldBounds, Rect newBounds);
Public Sub OnElementBoundsChanged (element As UIElement, context As AnimationContext, oldBounds As Rect, newBounds As Rect)
Paramètres
- element
- UIElement
- context
- AnimationContext
- oldBounds
- Rect
- newBounds
- Rect
- Attributs