LightBulbPresenterStyle::PropertyChanged Event
Visual Studio 2015
Raised when a property on this object's value changes.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
public: event PropertyChangedEventHandler^ PropertyChanged { virtual void add(PropertyChangedEventHandler^ value) sealed; virtual void remove(PropertyChangedEventHandler^ value) sealed; }
Implements
INotifyPropertyChanged::PropertyChanged
Show: