Table of Contents

Event CustomLayout

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

Occurs when the control needs to layout its children.

public event EventHandler<HandledEventArgs>? CustomLayout

Returns

EventHandler<HandledEventArgs>
Occurs when the control needs to layout its children.
Implements