다음을 통해 공유


TaskTabItemDescriptor.PropertyChanged 이벤트

버전 2에 적용

INotifyPropertyInterface에서 발생합니다.

네임스페이스:  Microsoft.WebMatrix.Extensibility
어셈블리:  Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)

구문

‘선언
Public Event PropertyChanged As PropertyChangedEventHandler
‘사용 방법
Dim instance As TaskTabItemDescriptor 
Dim handler As PropertyChangedEventHandler 

AddHandler instance.PropertyChanged, handler
public event PropertyChangedEventHandler PropertyChanged
public:
virtual   event PropertyChangedEventHandler^ PropertyChanged {
    void add (PropertyChangedEventHandler^ value);
    void remove (PropertyChangedEventHandler^ value);
}
abstract PropertyChanged : IEvent<PropertyChangedEventHandler,
    PropertyChangedEventArgs>
override PropertyChanged : IEvent<PropertyChangedEventHandler,
    PropertyChangedEventArgs>
JScript supports the use of events, but not the declaration of new ones.

구현

INotifyPropertyChanged.PropertyChanged

참고 항목

참조

TaskTabItemDescriptor 클래스

Microsoft.WebMatrix.Extensibility 네임스페이스