FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / FilterRow Class / OnPropertyChanged Method
Name of the property that changed.

In This Topic
    OnPropertyChanged Method (FilterRow)
    In This Topic
    Raises the PropertyChanged event on the parent rows collection.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnPropertyChanged( _
       ByVal name As String _
    ) 
    protected virtual void OnPropertyChanged( 
       string name
    )

    Parameters

    name
    Name of the property that changed.
    See Also