Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartContextMenuStrip Class / OnFormatPlotAreaItemClicked Method
The System.Windows.Forms.ToolStripItemClickedEventArgs instance containing the event data.


In This Topic
    OnFormatPlotAreaItemClicked Method
    In This Topic
    Raises the FormatPlotAreaItemClicked event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnFormatPlotAreaItemClicked( _
       ByVal e As ToolStripItemClickedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As SpreadChartContextMenuStrip
    Dim e As ToolStripItemClickedEventArgs
     
    instance.OnFormatPlotAreaItemClicked(e)
    protected virtual void OnFormatPlotAreaItemClicked( 
       ToolStripItemClickedEventArgs e
    )

    Parameters

    e
    The System.Windows.Forms.ToolStripItemClickedEventArgs instance containing the event data.
    See Also