'Declaration Public Overridable Sub OnPropertyChanged()
public virtual void OnPropertyChanged()
'Declaration Public Overridable Sub OnPropertyChanged()
public virtual void OnPropertyChanged()
This is useful in the implementation of custom fields (classes based on C1.Win.FlexReport.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.