Northwoods.GoSilverlight 1.2.2 Assembly
Invalidate Method
See Also  Send Feedback
Northwoods.GoXam.Layout Namespace > IDiagramLayout Interface : Invalidate Method

reason
a LayoutChange hint describing what change may have made the layout invalid
part
an optional Northwoods.GoXam.Part that has changed
Declare that this layout might no longer be valid, depending on the reason for the change.

Syntax

Visual Basic (Declaration) 
Sub Invalidate( _
   ByVal reason As LayoutChange, _
   ByVal part As Part _
) 
C# 
void Invalidate( 
   LayoutChange reason,
   Part part
)

Parameters

reason
a LayoutChange hint describing what change may have made the layout invalid
part
an optional Northwoods.GoXam.Part that has changed

Remarks

Depending on the arguments and on the Northwoods.GoXam.Layout.DiagramLayout.Conditions, this should set Northwoods.GoXam.Layout.IDiagramLayout.ValidLayout to false.

Requirements

See Also

© 2010 All Rights Reserved.