Click or drag to resize

PropertyBag.PropertyChanged Event

Occurs when a property is added or replaced, or when the collection is cleared.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.5.0
Syntax
public event PropertyChangedEventHandler PropertyChanged

Value

PropertyChangedEventHandler

Implements

INotifyPropertyChanged.PropertyChanged
See Also