Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandHolder Class / CustomizeLinkAdded Event

In This Topic
    CustomizeLinkAdded Event
    In This Topic
    Occurs when a new command link is added to an existing toolbar during customization.
    Syntax
    'Declaration
     
    
    Public Event CustomizeLinkAdded As CustomizeLinkEventHandler
    public event CustomizeLinkEventHandler CustomizeLinkAdded
    See Also