GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace
/
GoPropertyUserControl Class
/ FinishUpdate Method
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
FinishUpdate Method (GoPropertyUserControl)
In This Topic
Override this method to call FinishUpdate on any nested GoPropertyUserControls.
Syntax
C#
public
virtual
bool
FinishUpdate()
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 FinishUpdate on nested controls, and then return true.
See Also
Reference
GoPropertyUserControl Class
GoPropertyUserControl Members