Sys.INotifyPropertyChange.propertyChanged 事件

更新:2007 年 11 月

在组件属性设置为新值时发生。

my_INotifyPropertyChange.add_propertyChanged(handler);
my_INotifyPropertyChange.remove_propertyChanged(handler);

参数

  • handler
    propertyChanged 事件的事件处理程序的名称。

请参见

参考

Sys.INotifyPropertyChange 接口

其他资源

语言参考