Northwoods.GoWPF 2.2.4 Assembly
Delete Method

Delete the currently Diagram.SelectedParts from the Diagram.
Syntax
Public Overridable Sub Delete() 
public virtual void Delete()
Remarks
This raises the Diagram.SelectionDeletingEvent; if it is Handled, this deletion is cancelled. It then removes all of the selected parts from the diagram, by calling PartManager.DeleteParts. Finally it raises the Diagram.SelectionDeletedEvent. All of the changes are performed in an undoable edit.
Requirements
See Also

Reference

CommandHandler Class
CommandHandler Members

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback