Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1Command Class / CommandLinkRemoved Event

In This Topic
    CommandLinkRemoved Event (C1Command)
    In This Topic
    Event fired after a command link was unlinked from this command.
    Syntax
    'Declaration
     
    
    Public Event CommandLinkRemoved As CommandLinkEventHandler
    public event CommandLinkEventHandler CommandLinkRemoved
    See Also