Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / DeleteUndoAction Class / DeleteUndoAction Constructor
The chart model.
The selected object to be deleted.


In This Topic
DeleteUndoAction Constructor
In This Topic
Initializes a new instance of the DeleteUndoAction 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 DeleteUndoAction(model, selectedObject)

Parameters

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