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: 10.1.0.0
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); }