GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace
/
GoView Class
/ EndUpdate Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
EndUpdate Method
In This Topic
Re-enable painting of this view.
Syntax
C#
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
Reference
GoView Class
GoView Members