GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / EndUpdateViews Method
In This Topic
    EndUpdateViews Method
    In This Topic
    Cause all views to continue painting normally.
    Syntax
    public void EndUpdateViews()
    Remarks
    This uses the EndUpdateAllViews hint. GoView.OnDocumentChanged will detect this hint and call GoView.EndUpdate. This is only useful for Windows Forms.
    See Also