[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.Row.OnPropertyChanged

OnPropertyChanged Method

OnPropertyChanged(string)

Raises the PropertyChanged event on the parent rows collection.

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

Name of the property that changed.

Overrides