FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridNumericColumn Class / OnPropertyChanged Method
Name of the property.

In This Topic
    OnPropertyChanged Method (GridNumericColumn)
    In This Topic
    Called when a property changed.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnPropertyChanged( _
       Optional ByVal propertyName As String _
    ) 
    protected virtual void OnPropertyChanged( 
       string propertyName
    )

    Parameters

    propertyName
    Name of the property.
    See Also