[]
Creates a new undo action for deleting a shape.
public DeleteChildObjectUndoAction()
Public Sub New()
Creates a new undo action for deleting the specified shape in the specified SheetView.
public DeleteChildObjectUndoAction(SheetView sheetView, object child)
Public Sub New(sheetView As SheetView, child As Object)
Type | Name | Description |
---|---|---|
SheetView | sheetView | SheetView |
object | child | The child object |