GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / InvalidateViews Method
In This Topic
    InvalidateViews Method (GoDocument)
    In This Topic
    Cause all views to completely repaint sometime in the future.
    Syntax
    public void InvalidateViews()
    Remarks
    This uses the RepaintAll hint. This is only useful for Windows Forms.
    See Also