Method OnInsertedToParent
OnInsertedToParent(AbstractControl)
Called when the current control is inserted into a parent control.
void OnInsertedToParent(AbstractControl parentControl)
Parameters
parentControlAbstractControlThe 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.