Click or drag to resize

IRenameableItemBeforeRename Event

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.

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

Value

FuncIRenameableItem, String, Boolean
See Also