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


In This Topic
OnFormatLegendAreaItemClicked Method
In This Topic
Raises the FormatLegendAreaItemClicked event.
Syntax
'Declaration
 
Protected Overridable Sub OnFormatLegendAreaItemClicked( _
   ByVal e As ToolStripItemClickedEventArgs _
) 
 
'Usage
 
Dim instance As SpreadChartContextMenuStrip
Dim e As ToolStripItemClickedEventArgs
 
instance.OnFormatLegendAreaItemClicked(e)

Parameters

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