Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1RadialMenu Class / ItemClosed Event

In This Topic
    ItemClosed Event
    In This Topic
    Occurs when a menu item is closed.
    Syntax
    'Declaration
     
    
    Public Event ItemClosed As EventHandler
    public event EventHandler ItemClosed
    Remarks
    If the closed item has its own Closed event associated with it, that event occurs immediately before this one.
    See Also