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

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