Spread Windows Forms 12.0 Product Documentation
ClipboardPasteUndoAction Constructor


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > ClipboardPasteUndoAction Class : ClipboardPasteUndoAction Constructor
The chart model.
The object to paste.
Initializes a new instance of the ClipboardPasteUndoAction class.
Syntax
'Declaration
 
Public Function New( _
   ByVal model As ChartModel, _
   ByVal pastingObject As Object _
)
'Usage
 
Dim model As ChartModel
Dim pastingObject As Object
 
Dim instance As New ClipboardPasteUndoAction(model, pastingObject)
public ClipboardPasteUndoAction( 
   ChartModel model,
   object pastingObject
)

Parameters

model
The chart model.
pastingObject
The object to paste.
See Also

Reference

ClipboardPasteUndoAction Class
ClipboardPasteUndoAction Members