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