SelectionChanging is called whenever a user changes the current selection.
            
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
 Syntax
Syntax
| C# | Visual Basic | Visual C++ | 
public event EventHandler SelectionChanging
Public Event SelectionChanging As EventHandler
public: event EventHandler^ SelectionChanging { void add (EventHandler^ value); void remove (EventHandler^ value); }


























