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



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

    Parameters

    propertyName
    Name of the property which changed.
    See Also