Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / OnOpeningContextMenuStrip Method
The ContextMenuStripEventArgs instance containing the event data.


In This Topic
    OnOpeningContextMenuStrip Method (ChartShape)
    In This Topic
    Called when the context menu strip is opened.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnOpeningContextMenuStrip( _
       ByVal args As ContextMenuStripEventArgs _
    ) 
    'Usage
     
    
    Dim instance As ChartShape
    Dim args As ContextMenuStripEventArgs
     
    instance.OnOpeningContextMenuStrip(args)
    protected virtual void OnOpeningContextMenuStrip( 
       ContextMenuStripEventArgs args
    )

    Parameters

    args
    The ContextMenuStripEventArgs instance containing the event data.
    Remarks
    pt is the relative location in FpSpread. It represent the bottom-right corner of the chart.
    See Also