FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartObject Class / OnPropertyChanged Method
The name of the property which is changed.

In This Topic
    OnPropertyChanged Method (ChartObject)
    In This Topic
    Notify one property is changed.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnPropertyChanged( _
       ByVal propertyName As String _
    ) 
    protected virtual void OnPropertyChanged( 
       string propertyName
    )

    Parameters

    propertyName
    The name of the property which is changed.
    See Also