OnAnchorRenamed
This event triggers after an anchor was renamed using the properties dialog of the anchor.
Syntax
OnAnchorRenamed (OldName As String, NewName As String, Cancel As Boolean)
| Parameter | Description |
|---|---|
|
OldName |
Old name of the anchor |
|
NewName |
New name of the anchor |
|
Cancel |
True: Cancel the renaming False: Execute the renaming |
