Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / CollectionViewGroup Class / OnPropertyChanged Method

In This Topic
    OnPropertyChanged Method (CollectionViewGroup)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnPropertyChanged( _
       ByVal e As PropertyChangedEventArgs _
    ) 
    protected virtual void OnPropertyChanged( 
       PropertyChangedEventArgs e
    )

    Parameters

    e
    See Also