2008年7月9日

Silverlight 2.0 beta 2学习笔记(2)

摘要: 重要的很有用的接口: INotifyPropertyChanged 功能: 向客户端发出某一属性值已更改的通知。 只有一个事件:PropertyChanged 在更改属性值时发生。 示例: // This class implements a simple customer type // that implements the IPropertyChange interface. ... 阅读全文

posted @ 2008-07-09 09:45 畅想者 阅读(266) 评论(0) 推荐(0) 编辑

导航