Table of Contents

Method OnInsertedToParent

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

OnInsertedToParent(AbstractControl)

Called when the current control is inserted into a parent control.

void OnInsertedToParent(AbstractControl parentControl)

Parameters

parentControl AbstractControl

The parent control into which this control is being inserted. Cannot be null.

Remarks

This method allows the control to perform any necessary initialization or setup when it becomes part of a parent control. The behavior may depend on the specific implementation of the parent control.