IRenameable |
public interface IRenameableItem : INamedItem
The IRenameableItem type exposes the following members.
Name | Description | |
---|---|---|
Name | (Inherited from INamedItem) |
Name | Description | |
---|---|---|
AfterRename | Occurs after renaming the item. First argument is the item, already with the new name, 2nd argument is the old name of the item. | |
BeforeRename | 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. |