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


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

    Parameters

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