Componentone Toolbar for WPF and Silverlight
C1.Silverlight.Toolbar Namespace / C1ToolbarStrip Class / OverflowItemAdded Event

In This Topic
    OverflowItemAdded Event (C1ToolbarStrip)
    In This Topic
    Fires when an element is added to the overflow items. The overflow items include the elements hidden from the toolbar strip due to lack of available space.
    Syntax
    'Declaration
     
    
    Public Event OverflowItemAdded As EventHandler
    public event EventHandler OverflowItemAdded
    See Also