Occurs just after renaming a solution.
Syntax
Event Renamed (object As Solution, oldname As String)
This syntax has these parts:
Part | Description |
object | This is the solution just renamed. |
oldname | Required String. The previous name of the solution. |