GrapeCity MultiRow Windows Forms Documentation
OnItemClicked Method (HeaderDropDownContextMenu)


A System.Windows.Forms.ToolStripItemClickedEventArgs that contains the event data.
Raises the System.Windows.Forms.ToolStrip.ItemClicked event.
Syntax
<SuppressMessageAttribute(Category="Microsoft.Design", 
   CheckId="CA1062:Validate arguments of public methods", 
   Scope="", 
   Target="", 
   MessageId="0", 
   Justification="")>
Protected Overrides Sub OnItemClicked( _
   ByVal e As ToolStripItemClickedEventArgs _
) 
Dim instance As HeaderDropDownContextMenu
Dim e As ToolStripItemClickedEventArgs
 
instance.OnItemClicked(e)
[SuppressMessage(Category="Microsoft.Design", 
   CheckId="CA1062:Validate arguments of public methods", 
   Scope="", 
   Target="", 
   MessageId="0", 
   Justification="")]
protected override void OnItemClicked( 
   ToolStripItemClickedEventArgs e
)

Parameters

e
A System.Windows.Forms.ToolStripItemClickedEventArgs that contains the event data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

HeaderDropDownContextMenu Class
HeaderDropDownContextMenu Members

 

 


Copyright © GrapeCity, inc. All rights reserved.