ILayoutable.

EffectiveViewportChanged(EffectiveViewportChangedEventArgs) Method

Summary

Used by the LayoutManager to notify the control that its effective viewport is changed.
Namespace
Avalonia.Layout
Containing Type
ILayoutable

Syntax

void EffectiveViewportChanged(EffectiveViewportChangedEventArgs e)

Parameters

Name Type Description
e EffectiveViewportChangedEventArgs The viewport information.

Return Value

Type Description
void