Click or drag to resize

ModelBase.PropertyChanged Event

Occurs when a property value changes.

Namespace:  Xcalibur.Extensions.MVVM.Models
Assembly:  Xcalibur.Extensions.MVVM (in Xcalibur.Extensions.MVVM.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public event PropertyChangedEventHandler PropertyChanged

Value

Type: System.ComponentModel.PropertyChangedEventHandler

Implements

INotifyPropertyChanged.PropertyChanged
See Also