Control.Add

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have created my own specific panel, and now I need to know when something
is added to it. Does anyone know if it's possible to either get an event, or
override the Control.Add function ?

With regards
 
Hi,

The Control class provides the ControlAdded event which occurs when a control is
added to its ControlCollection.
 
Dear Rodger,

that is working in the full framework, but what do I do when I goes into the
Compact Framework. The ControlAdded event isn't present in the Compact
framework.
 
Back
Top