Removes the specified item from the diagram and creates a record in the undo/redo history.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
protected virtual void RemoveItem ( |
Visual Basic Copy Code |
---|
Protected Overridable Sub RemoveItem ( _ |
The Diagram object calls this method automatically when an item is removed from the Items collection. Classes that inherit Diagram can override it to implement some additional processing, but in any case they must call the base method.