ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / C1ListView Class / OnPropertyChanged Method / OnPropertyChanged(String) Method
Name of the property that changed.

In This Topic
    OnPropertyChanged(String) Method
    In This Topic
    Raises the property changed event.
    Syntax
    'Declaration
     
    Protected Overloads Sub OnPropertyChanged( _
       Optional ByVal propertyName As String _
    ) 
    protected void OnPropertyChanged( 
       string propertyName
    )

    Parameters

    propertyName
    Name of the property that changed.
    See Also