Table of Contents

Event GlobalOnLayout

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Occurs when the the control should reposition its child controls.

public static event EventHandler<DefaultLayoutEventArgs>? GlobalOnLayout

Returns

EventHandler<DefaultLayoutEventArgs>
Occurs when the the control should reposition its child controls.

Remarks

If default layout is not needed, set Handled property to true.