Occurs when a map frame is resized.
[Visual Basic 6.0]
Event MapFrameResized
[Visual Basic .NET] Public Event MapFrameResized As MapFrameResizedEventHandler
[C#] public event MapFrameResizedEventHandler MapFrameResized
[C++]
HRESULT MapFrameResized(
void
);
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
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.