GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / EndUpdate Method
In This Topic
    EndUpdate Method
    In This Topic
    Re-enable painting of this view.
    Syntax
    public virtual void EndUpdate()
    Remarks
    This must be preceded by a call to BeginUpdate. Pairs of calls to BeginUpdate() and EndUpdate() can be nested. The outermost/final call to this method will call UpdateView, which will invalidate the whole view to cause it to be repainted later.
    See Also