![Avatar](https://secure.gravatar.com/avatar/7b4c7cbf3b3063fd7c2a4c3dfb8663ce.jpg?s=64&d=identicon&r=g)
Note on the version selected: The version I see in the installation is v14.2.0611
Hello,
I have a class inheriting from the ActiproSoftware.Windows.Controls.Calendar.DateTimePicker which is mostly working. When pasting a text into the UI text field, the Value property on the class is not updating to reflect the pasted value and instead holds onto the last value until the field loses focus.
This is an issue because we are overriding the OnPreviewTextInput to handle some specific cases and using the Value property in there. So if the user pastes in a valid value and then types additional key strokes that we want to handle we end up with an incorrect value.
Is there a way to fix this or a better way to handle this situation?
Thanks,
Kyle