Method OnChildInserted
OnChildInserted(int, AbstractControl)
Called when a AbstractControl is inserted into the Children.
protected virtual void OnChildInserted(int index, AbstractControl childControl)
Parameters
indexintchildControlAbstractControl
Remarks
Derived classes can override this method to handle the event without attaching a delegate.