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

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