ArcObjects Library Reference (Carto)  

IGeoReferenceEvents.GeoReferenceModified Event

Fired when the layer has a change to the georeference.

[Visual Basic .NET]
Public Event GeoReferenceModified As GeoReferenceModifiedEventHandler
[C#]
public event GeoReferenceModifiedEventHandler GeoReferenceModified
[C++]
HRESULT GeoReferenceModified(
void
);

Product Availability

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

See Also

IGeoReferenceEvents Interface