Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ClipboardCutUndoAction Class / ClipboardCutUndoAction Constructor
The chart model.
The selected object to be cut.


In This Topic
    ClipboardCutUndoAction Constructor
    In This Topic
    Initializes a new instance of the ClipboardCutUndoAction class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal model As ChartModel, _
       ByVal selectedObject As Object _
    )
    'Usage
     
    
    Dim model As ChartModel
    Dim selectedObject As Object
     
    Dim instance As New ClipboardCutUndoAction(model, selectedObject)
    public ClipboardCutUndoAction( 
       ChartModel model,
       object selectedObject
    )

    Parameters

    model
    The chart model.
    selectedObject
    The selected object to be cut.
    See Also