The MicroStationAPI provides event handlers for the SelectionSetManager
class...
void AddListener (ISelectionEvents *selectionListener); void DropListener (ISelectionEvents *selectionListener);
The .NET API omits those handlers. Can I request that they be added to the .NET SelectionSetManager
?