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
--
Jens Søe Christiansen

Re: Control.Add by Rodger

Rodger
Sat Mar 12 12:24:56 CST 2005

Hi,

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

--
Rodger Constandse

<http://www.SequenceDiagramEditor.com>
Sequence Diagram Editor - A quick and easy way to draw and edit sequence diagrams

Søe wrote:
> 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

Re: Control.Add by Se

Se
Tue Mar 15 03:57:03 CST 2005

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.


"Rodger Constandse" wrote:

> Hi,
>
> The Control class provides the ControlAdded event which occurs when a control is
> added to its ControlCollection.
>
> --
> Rodger Constandse
>
> <http://www.SequenceDiagramEditor.com>
> Sequence Diagram Editor - A quick and easy way to draw and edit sequence diagrams
>
> Søe wrote:
> > 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
>