C1.Win.FlexChart.Toolbar.4.8 Assembly / C1.Win.Chart.Toolbar Namespace / ChartMenuItemBase Class / DropDownItemClicked Event

DropDownItemClicked Event (ChartMenuItemBase)
Syntax
'Declaration
 
Public Event DropDownItemClicked As System.Windows.Forms.ToolStripItemClickedEventHandler
 
Event Data

The event handler receives an argument of type System.Windows.Forms.ToolStripItemClickedEventArgs containing data related to this event. The following ToolStripItemClickedEventArgs properties provide information specific to this event.

PropertyDescription
Gets the item that was clicked on the System.Windows.Forms.ToolStrip.  
See Also