This event occurs whenever user select an object (not the application!) by means of a mouse action.
            
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
 Syntax
Syntax
| C# | Visual Basic | Visual C++ | 
public event EventHandler UserSelectObject
Public Event UserSelectObject As EventHandler
public: event EventHandler^ UserSelectObject { void add (EventHandler^ value); void remove (EventHandler^ value); }


























