Version

WindowRectChanged Event (SeriesViewer)

Occurs just after the current SeriesViewer's window rectangle is changed.
Syntax
public event RectChangedEventHandler WindowRectChanged
Event Data

The event handler receives an argument of type RectChangedEventArgs containing data related to this event. The following RectChangedEventArgs properties provide information specific to this event.

PropertyDescription
NewRect Gets the new rectangle.
OldRect Gets the rectangle before the change.
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