Northwoods.GoSilverlight 1.2.2 Assembly
OnApplyTemplate Method
See Also  Send Feedback
Northwoods.GoXam Namespace > Diagram Class : OnApplyTemplate Method

Perform initialization.

Syntax

Visual Basic (Declaration) 
Public Overrides Sub OnApplyTemplate() 
C# 
public override void OnApplyTemplate()

Remarks

This finds the DiagramPanel template child that becomes the value of Diagram.Panel. It calls InitializeLayers to create the various standard layers, it raises the TemplateApplied event so that you can initialize the Diagram.Panel's event handlers or establish data-bindings on its properties, it calls PartManager.RebuildNodeElements to create Nodes and Links from the model's data, and it calls LayoutManager.LayoutDiagram to eventually position the nodes if needed.

Requirements

See Also

© 2010 All Rights Reserved.