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


ITopologyExtension.TopologySelectionChanged Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (EditorExt)  

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