This document is archived and information here might be outdated. Recommended version. |
Occurs when a map frame is resized.
[Visual Basic .NET] Public Event MapFrameResized As MapFrameResizedEventHandler
[C#] public event MapFrameResizedEventHandler MapFrameResized
[C++]
HRESULT MapFrameResized(
void
);
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.
IMapFrameEvents Interface | MapFrame Class | IMapFrameEvents Interface