Spread Windows Forms 12.0 Product Documentation
ClipboardCutUndoAction Constructor


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > ClipboardCutUndoAction Class : ClipboardCutUndoAction Constructor
The chart model.
The selected object to be cut.
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

Reference

ClipboardCutUndoAction Class
ClipboardCutUndoAction Members