I need to declare an event that happens when a worksheet is renamed

the code that would trigger the event is

ActiveSheet.Name = NewName
it looks like VBA does not have any such thing built-in

are there any other options?