Occurs whenever a user interaction event occurs, such as enacting or canceling a crop.
            
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
 Syntax
Syntax
| C# | Visual Basic | Visual C++ | 
public event EventHandler UserInteraction
Public Event UserInteraction As EventHandler
public: event EventHandler^ UserInteraction { void add (EventHandler^ value); void remove (EventHandler^ value); }


























