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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top