This document is archived and information here might be outdated.  Recommended version.


ICadastralFabricLayerEvents.CadastralSelectionChanged Event (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ICadastralFabricLayerEvents.CadastralSelectionChanged Event

Fired when selection changed for the CadastralFabricLayer.

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

Product Availability

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

Remarks

Fired when the selection is changed for the CadastralFabricLayer.

[C++]

See Also

ICadastralFabricLayerEvents Interface