RibbonGroup.PropertyChanged 이벤트
버전 2에 적용
속성에서 값을 바꿀 때 발생합니다.
네임스페이스: Microsoft.WebMatrix.Extensibility
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
Public Event PropertyChanged As PropertyChangedEventHandler
‘사용 방법
Dim instance As RibbonGroup
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