ArcObjects Library Reference (GeoDatabaseUI)  

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