Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingRule 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 ConditionalFormattingRule
    Dim propertyName As String
     
    instance.OnPropertyChanged(propertyName)
    protected virtual void OnPropertyChanged( 
       string propertyName
    )

    Parameters

    propertyName
    Name of the property.
    See Also