Click or drag to resize

IRenameableItemAfterRename Event

Occurs after renaming the item. First argument is the item, already with the new name, 2nd argument is the old name of the item.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
event Action<IRenameableItem, string> AfterRename

Value

ActionIRenameableItem, String
See Also