[]
        
(Showing Draft Content)

C1.LiveLinq.LiveViews.ViewRow.OnPropertyChanged

OnPropertyChanged Method

OnPropertyChanged(string)

Raises the PropertyChanged event.

Declaration
protected override void OnPropertyChanged(string propertyName)
Parameters
Type Name Description
string propertyName

The name of the property that is changed.

Overrides