[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ThreeColorScaleConditionalFormattingRule.OnPropertyChanged

OnPropertyChanged Method

OnPropertyChanged(string, bool)

Occurs when a property value changes.

Declaration
protected override void OnPropertyChanged(string propertyName, bool dataChanged)
Protected Overrides Sub OnPropertyChanged(propertyName As String, dataChanged As Boolean)
Parameters
Type Name Description
string propertyName

Name of the property.

bool dataChanged

Indicates whether the represented data of the conditional formatting rule has been changed

Overrides