ArcObjects Library Reference (Carto)  

IReferenceSystem.BoundsChanged Method

Called when the extent of the parent map frame changes.

[Visual Basic .NET]
Public Sub BoundsChanged ( _
)
[C#]
public void BoundsChanged (
);
[C++]
HRESULT BoundsChanged(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IReferenceSystem Interface