Table of Contents

Method OnChildInserted

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

OnChildInserted(int, AbstractControl)

Called when a AbstractControl is inserted into the Children.

protected virtual void OnChildInserted(int index, AbstractControl childControl)

Parameters

index int
childControl AbstractControl

Remarks

Derived classes can override this method to handle the event without attaching a delegate.