INameChangeNotification Interface
From RemObjects Software
This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.
Overview (.NET)
Interface for classes that want to receive name change notification from named objects.
Object Collections use this interface to let items in the list notify them of a change in the name of an item.
Namespace
Declaration (C#)
public interface INameChangeNotification;
Hierarchy
- RemObjects.Common.Collections.INameChangeNotification
Methods
| | |
|---|---|
| OnItemChangeName | Called when the name the named object this interface is assigned to has been changed. |
See Also
Product: RemObjects Data Abstract
Current version: Data Abstract 'Vinci' (5.0)
Lists — Glossary — Features — How To — Drivers — Components — Tools — Samples — Articles — Architecture — Issues
Categories: Text | Data Abstract | Architecture | Interface | .NET
