Home All Groups Group Topic Archive Search About

Event to catch checked changed in the DateTime Picker

Author
15 Aug 2006 5:10 PM
Samuel Shulman
Hi

In VS 2003 I used the Click event of the date/time Picker to detect that a
user changed the Checked status of the control

In 2005 version I can't find that event, any clue?

Thank you,
Samuel

Author
15 Aug 2006 5:24 PM
sweet_dreams
Samuel Shulman napisal(a):
> Hi
>
> In VS 2003 I used the Click event of the date/time Picker to detect that a
> user changed the Checked status of the control
>
> In 2005 version I can't find that event, any clue?
>
> Thank you,
> Samuel

Hi,

Use ValueChanged event.

Regards,
sweet_dreams
Author
15 Aug 2006 5:26 PM
Cor Ligthert [MVP]
Sammuel,

It should be there, datetimepicker is a control deriving from controls,
where in is the click event in the base class controls.

Cor

Show quoteHide quote
"Samuel Shulman" <samuel.shul***@ntlworld.com> schreef in bericht
news:%23Xgym2IwGHA.4444@TK2MSFTNGP05.phx.gbl...
> Hi
>
> In VS 2003 I used the Click event of the date/time Picker to detect that a
> user changed the Checked status of the control
>
> In 2005 version I can't find that event, any clue?
>
> Thank you,
> Samuel
>