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