GoXam for WPF v3
Delete Method
Northwoods.GoXam Namespace > CommandHandler Class : Delete Method
Delete the currently SelectedParts from the Diagram.
Syntax
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.
See Also

Reference

CommandHandler Class
CommandHandler Members