SelectionChanging is called whenever a user changes the current selection.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
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); }