Samples from Monday's Webcast
Have been uploadedThe zip file below contains the samples from Monday's webcast, and an additional samples that adds the following (based on questions I received):
- The binding source is serializable. It simply saves to a hardcoded file, but you get the point.
- The Velocity class supports the IEditableObject interface, so edits can be cancelled
- Property setters validate data and those exceptions are caught, and the user is notified. Look at the velocity Class property setters, and the OnDataError method in the Form1 class.
The samplesAfter I've added a few items for questions