TypePresenter::PropertyChanged Event
.NET Framework (current version)
Declaration of the event that gets raised when a property on the specified user interface control has been changed.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
public: event PropertyChangedEventHandler^ PropertyChanged { virtual void add(PropertyChangedEventHandler^ value) sealed; virtual void remove(PropertyChangedEventHandler^ value) sealed; }
Implements
INotifyPropertyChanged::PropertyChanged
.NET Framework
Available since 4.0
Available since 4.0
Show: