GoXam for WPF v3
Invalidate Method (MultiLayout)
Northwoods.GoXam.Layout Namespace > MultiLayout Class : Invalidate Method
a LayoutChange hint
the Northwoods.GoXam.Part that changed
Declare that this layout may be invalid, for a given reason.
Syntax
public virtual void Invalidate( 
   LayoutChange reason,
   Part part
)

Parameters

reason
a LayoutChange hint
part
the Northwoods.GoXam.Part that changed
Remarks
For each layout in Layouts in which the given part participates, call Invalidate with the same arguments.
See Also

Reference

MultiLayout Class
MultiLayout Members