Android.App.Presentation.OnDisplayChanged Method
Called by the system when the properties of the Android.Views.Display to which the presentation is attached have changed.

Syntax

[Android.Runtime.Register("onDisplayChanged", "()V", "GetOnDisplayChangedHandler")]
public virtual void OnDisplayChanged ()

See Also

Presentation.Display

Remarks

Called by the system when the properties of the Android.Views.Display to which the presentation is attached have changed. If the display metrics have changed (for example, if the display has been resized or rotated), then the system automatically calls Dialog.Cancel to dismiss the presentation.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17