Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / OpeningContextMenuStrip Event


In This Topic
    OpeningContextMenuStrip Event (ChartShape)
    In This Topic
    Occurs when opening context menu strip.
    Syntax
    'Declaration
     
    
    Public Event OpeningContextMenuStrip As ContextMenuStripEventHandler
    'Usage
     
    
    Dim instance As ChartShape
    Dim handler As ContextMenuStripEventHandler
     
    AddHandler instance.OpeningContextMenuStrip, handler
    public event ContextMenuStripEventHandler OpeningContextMenuStrip
    Event Data

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

    PropertyDescription
    (Inherited from System.ComponentModel.CancelEventArgs)
    Gets the location.  
    See Also