ArcObjects Library Reference (Carto)  

IMapFrameEvents.MapFrameResized Event

Occurs when a map frame is resized.

[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.

 

See Also

IMapFrameEvents Interface | MapFrame Class