Northwoods.GoWPF 1.3.5 Assembly
OnLayoutCompleted Method
See Also  Send Feedback
Northwoods.GoXam Namespace > DiagramPanel Class : OnLayoutCompleted Method

This overridable method is called after each layout has been performed and the DiagramPanel.DiagramBounds has been computed.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnLayoutCompleted() 
C# 
protected virtual void OnLayoutCompleted()

Remarks

This raises the LayoutCompleted event.

If CenteredNodeData has a non-null value, this calls DiagramPanel.CenterPart to try to center the Node that is bound to that data.

Requirements

See Also

© 2012 All Rights Reserved.