FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DatabarConditionalFormattingRule Class / OnPropertyChanged Method / OnPropertyChanged(String) Method
Name of the property.


In This Topic
OnPropertyChanged(String) Method
In This Topic
Called when a property value changes.
Syntax
'Declaration
 
Protected Overloads Overridable Sub OnPropertyChanged( _
   ByVal propertyName As String _
) 
 
'Usage
 
Dim instance As DatabarConditionalFormattingRule
Dim propertyName As String
 
instance.OnPropertyChanged(propertyName)

Parameters

propertyName
Name of the property.
See Also