all groups > dotnet compact framework > july 2005 >
You're in the

dotnet compact framework

group:

is there an event that fires when a child control is added to a parent container control (ie child panel added to a parent panel)?


is there an event that fires when a child control is added to a parent container control (ie child panel added to a parent panel)? notu
7/14/2005 5:32:35 PM
dotnet compact framework: after a parent container (panel) control's constructor executes is there an
event that fires as child controls (other panels) are added to the parent
(ie in the init component). I need to process child controls before the
panel is painted.

Re: is there an event that fires when a child control is added to a parent container control (ie child panel added to a parent panel)? Daniel Moth
7/19/2005 7:34:32 PM
The closest thing that comes to mind is the ParentChanged event of the child
controls you are adding (and from there you could access their Parent
property and manipulate the container)...

Cheers
Daniel
--
http://www.danielmoth.com/Blog/


[quoted text, click to view]
AddThis Social Bookmark Button