G
Gianluca Pezzoli
Hi to all,
i have binded a ComboBox SelectedVaue to a property of my Order class using
default visual designer tool from ComboBox
property\(DataBindings)\(Advanced).
When I change the selected value of the ComboBox all works well and the
property get the new SelectedValue.
But when i delete selected value of the Combo Box Value the property value
doesn't change.
I'd like to have one system for:
- SelectedVaue changed ( -> changes the value in the binded property of my
Class). And this is ok.
- Selected value deleted (-> set to nothing the value in the binded
property of my Class). This is the problem.
Is it possible to do in a simple way?
And if yes, is it possible to do through the Data Binding Default Designer
(ComboBox properties\(DataBindings)\(Advanced))?
Thank you in advance.
Gianluca
i have binded a ComboBox SelectedVaue to a property of my Order class using
default visual designer tool from ComboBox
property\(DataBindings)\(Advanced).
When I change the selected value of the ComboBox all works well and the
property get the new SelectedValue.
But when i delete selected value of the Combo Box Value the property value
doesn't change.
I'd like to have one system for:
- SelectedVaue changed ( -> changes the value in the binded property of my
Class). And this is ok.
- Selected value deleted (-> set to nothing the value in the binded
property of my Class). This is the problem.
Is it possible to do in a simple way?
And if yes, is it possible to do through the Data Binding Default Designer
(ComboBox properties\(DataBindings)\(Advanced))?
Thank you in advance.
Gianluca