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