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


ITopologyExtension.TopologySelectionChanged Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IT > ITopologyExtension Interface > ITopologyExtension.TopologySelectionChanged Method
ArcGIS Developer Help

ITopologyExtension.TopologySelectionChanged Method

Call to notify listeners that the topology selection has changed.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

TopologySelectionChanged notifies all listeners of ITopologyExtensionEvents::OnTopologySelectionChanged that the topology element selection has changed. 

See Also

ITopologyExtension Interface