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


ICadastralFabricLayerEvents.CadastralSelectionChanged Event (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICadastralFabricLayerEvents Interface > ICadastralFabricLayerEvents.CadastralSelectionChanged Event
ArcGIS Developer Help

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++]

HRESULT SelectionChanged( void );

See Also

ICadastralFabricLayerEvents Interface