GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoPropertyUserControl Class / FinishUpdate Method
In This Topic
    FinishUpdate Method (GoPropertyUserControl)
    In This Topic
    Override this method to call FinishUpdate on any nested GoPropertyUserControls.
    Syntax
    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