Reports for WPF | ComponentOne
C1.C1Report.CustomFields Namespace / Chart Class / OnPropertyChanged Method

In This Topic
    OnPropertyChanged Method (Chart)
    In This Topic
    Marks the owner report as dirty so it will clear the internal cache and render again (useful for implementing custom fields).
    Syntax
    'Declaration
     
    Public Overrides Sub OnPropertyChanged() 
    public override void OnPropertyChanged()
    See Also