[]
        
(Showing Draft Content)

FarPoint.Win.Spread.BaseSparkline.FirePropertyChanged

FirePropertyChanged Method

FirePropertyChanged(string, object, object)

Fires the property changed event.

Declaration
protected virtual void FirePropertyChanged(string propertyName, object oldValue, object newValue)
Protected Overridable Sub FirePropertyChanged(propertyName As String, oldValue As Object, newValue As Object)
Parameters
Type Name Description
string propertyName

Name of the property.

object oldValue

The old value.

object newValue

The new value.