Version

ActualWindowRectChanged Event (SeriesViewer)

Raised when the actual window rectangle of the SeriesViewer changes.
Syntax
public event RectChangedEventHandler ActualWindowRectChanged
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