C1.WPF.FlexReport.4.6.2 Assembly / C1.WPF.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() 
 
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