Control.ParentChanged Evento
Definición
public:
event EventHandler ^ ParentChanged;
public event EventHandler ParentChanged;
member this.ParentChanged : EventHandler
Public Custom Event ParentChanged As EventHandler
Tipo de evento
Comentarios
Este evento se desencadena si Parent se cambia la propiedad mediante una modificación mediante programación o una interacción del usuario.This event is raised if the Parent property is changed by either a programmatic modification or user interaction.
Para obtener más información sobre el manejo de eventos, consulte controlar y provocar eventos.For more information about handling events, see Handling and Raising Events.