ObservableObjectBasePropertyChanged Event

Occurs when a property value changed. The actual type of the event argument is PropertyChangedExtendedEventArgs.

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
C#
public event PropertyChangedEventHandler PropertyChanged

Value

PropertyChangedEventHandler

Implements

INotifyPropertyChangedPropertyChanged

Remarks

See Also