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


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

    Parameters

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