'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.