Version

RectChangedEventArgs Constructor

RectChangedEventArgs constructor.
Syntax
public RectChangedEventArgs( 
   Rect oldRect,
   Rect newRect
)

Parameters

oldRect
The previous value of the rectangle which is changing.
newRect
The new value of the rectangle which is changing.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also