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


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

    Parameters

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