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


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

    Parameters

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