Northwoods.GoSilverlight 1.2.2 Assembly
Delete Method
See Also  Send Feedback
Northwoods.GoXam Namespace > CommandHandler Class : Delete Method

Delete the currently Diagram.SelectedParts from the Diagram.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub Delete() 
C# 
public virtual void Delete()

Remarks

This raises the F:Northwoods.GoXam.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 F:Northwoods.GoXam.Diagram.SelectionDeletedEvent. All of the changes are performed in an undoable edit.

Requirements

See Also

© 2010 All Rights Reserved.