Click or drag to resize

IRenameableItem Interface

Interface to an item that has a name, and whose name can be changed.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IRenameableItem : INamedItem

The IRenameableItem type exposes the following members.

Properties
 NameDescription
Public propertyName
(Inherited from INamedItem)
Top
Events
 NameDescription
Public eventAfterRename Occurs after renaming the item. First argument is the item, already with the new name, 2nd argument is the old name of the item.
Public eventBeforeRename Occurs before an item is renamed. First argument is the IRenameableItem instance, 2nd argument is the proposed new name. The function must return true if renaming the item is OK.
Top
See Also