Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ClipboardPasteUndoAction Class / ClipboardPasteUndoAction Constructor
The chart model.
The object to paste.


In This Topic
ClipboardPasteUndoAction Constructor
In This Topic
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)

Parameters

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