Show / Hide Table of Contents

Interface INameChange

Interface used by named objects, like attributs (e.g. FilterList)

Namespace: CADability.Attribute
Assembly: CADability.dll
Syntax
public interface INameChange

Methods

| Improve this Doc View Source

MayChangeName(Object, String)

Check whether name may be changed

Declaration
bool MayChangeName(object namedObject, string newName)
Parameters
Type Name Description
System.Object namedObject
System.String newName
Returns
Type Description
System.Boolean
| Improve this Doc View Source

NameChanged(Object, String)

Notify that name has changed

Declaration
void NameChanged(object namedObject, string oldName)
Parameters
Type Name Description
System.Object namedObject
System.String oldName
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX