ComponentOne Menus and Toolbars for WinForms
C1.Win.C1Command.4.5.2 Assembly / C1.Win.C1Command Namespace / C1RadialMenu Class / ItemClick Event

In This Topic
    ItemClick Event (C1RadialMenu)
    In This Topic
    Occurs when a menu item is clicked.
    Syntax
    'Declaration
     
    Public Event ItemClick As RadialMenuItemClickEventHandler
    public event RadialMenuItemClickEventHandler ItemClick
    Event Data

    The event handler receives an argument of type RadialMenuItemClickEventArgs containing data related to this event. The following RadialMenuItemClickEventArgs properties provide information specific to this event.

    PropertyDescription
    If the clicked item was a C1CommandLink, returns that link; otherwise, returns null.  
    Gets the item that was clicked. This may be either an object of a type derived from RadialMenuItemBase, or a C1CommandLink.  
    If the clicked item was a RadialMenuItem, returns that item; otherwise, returns null.  
    Remarks
    If the clicked item has its own Click event associated with it, that event occurs immediately before this one.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also