[]
        
(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)
Protected Overrides Sub OnPropertyChanged(name As String)
Parameters
Type Name Description
string name

Name of the property that changed.

Overrides