UIElement.Invalidate Method
Invalidates the rendering of the current element and forces a complete new layout pass.
Namespace: Microsoft.SPOT.Presentation
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)
Syntax
public void Invalidate ()
Remarks
This method calls the InvalidateArrange method internally. The OnRender method is called after the layout cycle is completed.
Version Information
Available in .NET Micro Framework version 2.0, 2.5
See Also
Reference
UIElement Class
UIElement Members
Microsoft.SPOT.Presentation Namespace