I have a collection of ExportSection objects which I bind to a drop-down,
allowing the user to select an ExportSection to edit. Now what I would like
to be able to do is allow the user to edit the Name property of the
currently selected ExportSection, but I can't seem to get changes made to
the Name in the drop-down to propagate back to the actual object.