ObservableBindingListTPropertyChanged Event

Occurs when a property value changes. Occurs also when the elements in the list changes, in which case the value of the PropertyName will be Item[].

Definition

Namespace: KGySoft.ComponentModel
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 7.2.0
C#
public event PropertyChangedEventHandler PropertyChanged

Value

PropertyChangedEventHandler

Implements

INotifyPropertyChangedPropertyChanged

See Also