GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace
/
GoPropertyUserControl Class
/ StartUpdate Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
StartUpdate Method (GoPropertyUserControl)
In This Topic
Override this method to call StartUpdate on any nested GoPropertyUserControls.
Syntax
C#
public
virtual
bool
StartUpdate()
Return Value
true when the value of
IsUpdating
changed
Remarks
Call the base method first, and return false if that call returned false. Otherwise call StartUpdate on nested controls, and then return true.
See Also
Reference
GoPropertyUserControl Class
GoPropertyUserControl Members