ElementAnimator.OnElementBoundsChanged Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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)
Parámetros
- element
- UIElement
- context
- AnimationContext
- oldBounds
- Rect
- newBounds
- Rect
- Atributos