Northwoods.GoSilverlight 1.2.2 Assembly
UnloadingClearsPartManager Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Diagram Class : UnloadingClearsPartManager Property

Gets or sets whether when this Diagram is Unloaded, it should clear out all of the PartManager's Nodes and Links.

Syntax

Visual Basic (Declaration) 
Public Property UnloadingClearsPartManager As Boolean
C# 
public bool UnloadingClearsPartManager {get; set;}

Property Value

The initial value is true.

Remarks

If you expect to temporarily remove this diagram from the visual tree and re-insert it, you will want to set this property to false. The default value of true accommodates the usage pattern where removing the diagram from the visual tree is meant to discard the diagram permanently.

Silverlight 3 has no Unloaded event, so the PartManager is never cleared.

If the diagram is inside a TabControl, this treats the value of UnloadingClearsPartManager as if it were false.

Requirements

See Also

© 2010 All Rights Reserved.