Event ParentChanged
Occurs when the parent of the control changes.
public static event EventHandler? ParentChanged
Returns
- EventHandler
- Occurs when the parent of the control changes.
Remarks
This event is raised whenever the parent of a control is set to a new value, allowing subscribers to respond to changes in the control hierarchy.