Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1ContextMenu Class / WidthChanged Event

In This Topic
    WidthChanged Event (C1ContextMenu)
    In This Topic
    Event fired when the Width property of menu is changed.
    Syntax
    'Declaration
     
    
    Public Event WidthChanged As EventHandler
    public event EventHandler WidthChanged
    See Also