Excerpt from: Bill Blogs in C#
|
 |
| July 13, 2005 | | Have been uploaded
The 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 samples After I've added a few items for questions
 | | |
|
|