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


ITableViewCallback.SelectionChange Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributedUI > ESRI.ArcGIS.GeoDatabaseUI > Interfaces > IT > ITableViewCallback Interface > ITableViewCallback.SelectionChange Method
ArcGIS Developer Help

ITableViewCallback.SelectionChange Method

Selection has been changed.

[Visual Basic .NET]
Public Sub SelectionChange ( _
    ByVal pSelection As ISelectionSet, _
    ByVal newSelectionSet As Boolean _
)
[C#]
public void SelectionChange (
    ISelectionSet pSelection,
    bool newSelectionSet
);

Product Availability

Available with ArcGIS Desktop.

See Also

ITableViewCallback Interface