Hello
I try to create a YearPicker based on DateTimePicker.In the constructor I have set the following:
It works fine, when I type '2012' or just '12'. But when I type 'something' into the control the ParseDateTimeValue will not be called.
I even tried to set the ParseMode to ParseMode.Always.
Can you tell me why the event ParseDateTimeValue is not fired?
I'm using the SL5 library.
Thank you