ObservableObject::PropertyChanged Event

 

The event that is raised when a property has changed.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
event PropertyChangedEventHandler^ PropertyChanged {
	virtual void add(PropertyChangedEventHandler^ value) sealed;
	virtual void remove(PropertyChangedEventHandler^ value) sealed;
}
Return to top
Show: