ComponentOne FinancialChart for WPF
C1.WPF Namespace / ScrollBarCornerRadiusBuilder Class / RaisePropertyChanged Method
Name of the property that changed.



In This Topic
    RaisePropertyChanged Method (ScrollBarCornerRadiusBuilder)
    In This Topic
    Raises the property changed event.
    Syntax
    'Declaration
     
    
    Protected Sub RaisePropertyChanged( _
       ByVal propertyName As String _
    ) 
    'Usage
     
    
    Dim instance As ScrollBarCornerRadiusBuilder
    Dim propertyName As String
     
    instance.RaisePropertyChanged(propertyName)
    protected void RaisePropertyChanged( 
       string propertyName
    )
    protected:
    void RaisePropertyChanged( 
       String^ propertyName
    ) 

    Parameters

    propertyName
    Name of the property that changed.
    See Also