Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartContextMenuStrip Class / OnClosed Method
A System.Windows.Forms.ToolStripDropDownClosedEventArgs that contains the event data.


In This Topic
OnClosed Method (SpreadChartContextMenuStrip)
In This Topic
Syntax
'Declaration
 
Protected Overrides Sub OnClosed( _
   ByVal e As ToolStripDropDownClosedEventArgs _
) 
 
'Usage
 
Dim instance As SpreadChartContextMenuStrip
Dim e As ToolStripDropDownClosedEventArgs
 
instance.OnClosed(e)

Parameters

e
A System.Windows.Forms.ToolStripDropDownClosedEventArgs that contains the event data.
See Also