Event to catch checked changed in the DateTime Picker

  • Thread starter Thread starter Samuel Shulman
  • Start date Start date
S

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
 
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
 
Sammuel,

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

Cor
 
Back
Top