Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / RibbonGroup Class / OnItemsChanged Method
Information about the change.

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

    Parameters

    e
    Information about the change.
    See Also