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 SourceMayChangeName(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 |
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 |