Method OnChildRemoved
OnChildRemoved(AbstractControl)
Called when a AbstractControl is removed from the Children collections.
protected virtual void OnChildRemoved(AbstractControl childControl)
Parameters
childControlAbstractControl
Remarks
Derived classes can override this method to handle the event without attaching a delegate.