D
Daan
I have a dateTimePicker with a ValueChanged event handler attached.
But I only want to execute the event handling code if the USER has
changed the value of the picker and not if my own application code
ajusts the value of the dateTimePicker. How can I discriminate where
the event came from? Perhaps I can use the sender or EventArgs for
that, but I cannot find how. Any suggestions?
But I only want to execute the event handling code if the USER has
changed the value of the picker and not if my own application code
ajusts the value of the dateTimePicker. How can I discriminate where
the event came from? Perhaps I can use the sender or EventArgs for
that, but I cannot find how. Any suggestions?