ListView for WPF | ComponentOne
C1.WPF.ListView Assembly / C1.WPF.ListView Namespace / ListViewItemView Class / OnPropertyChanged Method

In This Topic
    OnPropertyChanged Method (ListViewItemView)
    In This Topic
    OnPropertyChanged
    Syntax
    'Declaration
     
    Protected Overrides Sub OnPropertyChanged( _
       ByVal e As DependencyPropertyChangedEventArgs _
    ) 
    protected override void OnPropertyChanged( 
       DependencyPropertyChangedEventArgs e
    )

    Parameters

    e
    See Also