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