'宣言 Public Overrides Sub OnPropertyChanged()
'使用法 Dim instance As FieldBase instance.OnPropertyChanged()
public override void OnPropertyChanged()
'宣言 Public Overrides Sub OnPropertyChanged()
'使用法 Dim instance As FieldBase instance.OnPropertyChanged()
public override void OnPropertyChanged()
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.