GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / BeingRemoved Property
In This Topic
    BeingRemoved Property
    In This Topic
    Gets whether this object is in the process of being removed from its layer or group.
    Syntax
    [Browsable(false)]
    public bool BeingRemoved {get;}
    Remarks
    Sometimes when handling certain events you need to know whether the object is being removed from its group or layer, so that you can decide on alternative behaviors.
    See Also