GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / BeginUpdateViews Method
In This Topic
    BeginUpdateViews Method
    In This Topic
    Cause all views to stop painting.
    Syntax
    public void BeginUpdateViews()
    Remarks
    This uses the BeginUpdateAllViews hint. GoView.OnDocumentChanged will detect this hint and call GoView.BeginUpdate. Note that preventing views from painting does not keep them from receiving and handling Changed events, nor does it interfere with any other event handlers or with any UndoManager. This is only useful for Windows Forms.
    See Also