Table of Contents

Method OnInsertedToParent

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

OnInsertedToParent(AbstractControl)

Called when this control is inserted into a parent control.

protected override void OnInsertedToParent(AbstractControl parentControl)

Parameters

parentControl AbstractControl

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

Remarks

This method provides an opportunity to perform any initialization or setup required when the control becomes part of a parent control. Override this method in a derived class to implement custom behavior.