GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoBrushControl Class / StartUpdate Method
In This Topic
    StartUpdate Method (GoBrushControl)
    In This Topic
    This is called by UpdateControl and ModifyObjects to avoid unintended side-effects during the performance of those methods.
    Syntax
    public override bool StartUpdate()

    Return Value

    true if the value of GoPropertyUserControl.IsUpdating changed
    See Also