Occurs when a map frame is resized.
[Visual Basic 6.0] Event MapFrameResized As Empty
[Visual Basic .NET] Public Event MapFrameResized As MapFrameResizedEventHandler
[C#] public event MapFrameResizedEventHandler MapFrameResized
[C++] public event MapFrameResizedEventHandler MapFrameResized
The MapFrameResized event is fired whenever the MapFrame or MapSurroundFrame is resized (depending on which object the event is being tracked for). Use the event to make updates to the contents of the frame that might depend on it's size.