FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / ParagraphField Class / OnPropertyChanged Method

In This Topic
    OnPropertyChanged Method (ParagraphField)
    In This Topic
    Marks the owner report as dirty so it will clear the internal cache and render again.
    Syntax
    'Declaration
     
    Public Overridable Sub OnPropertyChanged() 
    public virtual void OnPropertyChanged()
    Remarks

    This is useful in the implementation of custom fields (classes based on Field).

    After changing the value of any properties that affect the field's appearance, call this method to ensure that the report will be re-generated and the changes will be visible.

    See Also