Table of Contents

Method OnParentSizeChanged

Namespace
Alternet.Maui
Assembly
Alternet.UI.Maui.dll

OnParentSizeChanged(object?, EventArgs)

Handles the event when the size of the parent element changes.

protected override void OnParentSizeChanged(object? sender, EventArgs e)

Parameters

sender object

The source of the event, typically the parent element.

e EventArgs

The event data containing information about the size change.