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