Sys.INotifyPropertyChange.propertyChanged 이벤트
업데이트: 2007년 11월
구성 요소 속성이 새 값으로 설정되면 발생합니다.
my_INotifyPropertyChange.add_propertyChanged(handler);
my_INotifyPropertyChange.remove_propertyChanged(handler);
인수
- handler
propertyChanged 이벤트의 이벤트 처리기 이름입니다.
참고 항목
참조
Sys.INotifyPropertyChange 인터페이스