Hello,
I wish to know what event is fired when the user changes the date of a date time picker control.
The text changed event triggers when the bound control is loaded programmatically, as does the value changed event
I need an event like the selectionchangecommitted event for comboboxes that just detects when the user has changed the value. Because the field is bound to a tree view, the text changed event is constantly been changed by traversing down the tree. Any help would be greatly appreciated
Austin
|