Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / RadialMenuCommandItem Class / Opening Event

In This Topic
    Opening Event (RadialMenuCommandItem)
    In This Topic
    Occurs when the menu item is opening.
    Syntax
    'Declaration
     
    
    Public Event Opening As CancelEventHandler
    public event CancelEventHandler Opening
    Event Data

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

    PropertyDescription
     
    See Also