ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ListBox Class / OnItemsChanged Method
Information about the change.



In This Topic
    OnItemsChanged Method (C1ListBox)
    In This Topic
    Invoked when the System.Windows.Controls.ItemsControl.Items property changes.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnItemsChanged( _
       ByVal e As NotifyCollectionChangedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As C1ListBox
    Dim e As NotifyCollectionChangedEventArgs
     
    instance.OnItemsChanged(e)
    protected override void OnItemsChanged( 
       NotifyCollectionChangedEventArgs e
    )
    protected:
    void OnItemsChanged( 
       NotifyCollectionChangedEventArgs^ e
    ) override 

    Parameters

    e
    Information about the change.
    See Also