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


In This Topic
    OnCopyItemClicked Method
    In This Topic
    Performs "Copy" command from the context menu.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnCopyItemClicked( _
       ByVal e As ToolStripItemClickedEventArgs _
    ) 
    'Usage
     
    
    Dim instance As SpreadChartContextMenuStrip
    Dim e As ToolStripItemClickedEventArgs
     
    instance.OnCopyItemClicked(e)
    protected virtual void OnCopyItemClicked( 
       ToolStripItemClickedEventArgs e
    )

    Parameters

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