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

In This Topic
    OnPropertyChanged Method (RowCol)
    In This Topic
    Raises the PropertyChanged event.
    Syntax
    'Declaration
     
    Protected MustOverride Sub OnPropertyChanged( _
       ByVal name As String _
    ) 
    protected abstract void OnPropertyChanged( 
       string name
    )

    Parameters

    name
    Name of the property that changed.
    See Also