Componentone Toolbar for WPF and Silverlight
C1.WPF.Toolbar Namespace / C1ToolbarGroup Class / OnItemsChanged Method

In This Topic
    OnItemsChanged Method (C1ToolbarGroup)
    In This Topic
    Invoked when Items property changed.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnItemsChanged( _
       ByVal e As NotifyCollectionChangedEventArgs _
    ) 
    protected override void OnItemsChanged( 
       NotifyCollectionChangedEventArgs e
    )

    Parameters

    e
    See Also