Represents the method that handles the 
OnToolboxRenamed event.
[Visual Basic .NET]
Public Delegate Sub OnToolboxRenamedEventHandler ( _
    ByVal oldName As String, _
    ByVal newName As String _
)
[C#]
public delegate void OnToolboxRenamedEventHandler (
    string oldName,
    string newName
);