GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / BeginUpdate Method
In This Topic
    BeginUpdate Method
    In This Topic
    Disable painting of this view.
    Syntax
    public virtual void BeginUpdate()
    Remarks
    This must be followed by a call to EndUpdate. Pairs of calls to BeginUpdate() and EndUpdate() can be nested.
    See Also