Presentation.OnDisplayChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called by the system when the properties of the Display
to which
the presentation is attached have changed.
[Android.Runtime.Register("onDisplayChanged", "()V", "GetOnDisplayChangedHandler")]
public virtual void OnDisplayChanged ();
[<Android.Runtime.Register("onDisplayChanged", "()V", "GetOnDisplayChangedHandler")>]
abstract member OnDisplayChanged : unit -> unit
override this.OnDisplayChanged : unit -> unit
- Attributes
Remarks
Called by the system when the properties of the Display
to which the presentation is attached have changed.
Java documentation for android.app.Presentation.onDisplayChanged()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.