Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / TouchToolBar Class / OnItemClicked Method
A System.Windows.Forms.ToolStripItemClickedEventArgs that contains the event data.


In This Topic
    OnItemClicked Method (TouchToolBar)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnItemClicked( _
       ByVal e As ToolStripItemClickedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As TouchToolBar
    Dim e As ToolStripItemClickedEventArgs
     
    instance.OnItemClicked(e)
    protected override void OnItemClicked( 
       ToolStripItemClickedEventArgs e
    )

    Parameters

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