[]
Remove hosted controls that belong to elements which became invisible or belong to a different control now.
protected override void OnInvalidated(InvalidateEventArgs e)
Type | Name | Description |
---|---|---|
InvalidateEventArgs | e | InvalidateEventArgs that contains the event data. |
The host element is responsible for restoring the control's Parent property when it updates its position.
Note: XViewLight determines that a Controlbelongs to an Element if the control's Tag property contains a reference to a Control object.