Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
InteractionEvent Event
NamespacesGenesyslab.Desktop.Modules.Core.Model.InteractionsIInteractionManagerInteractionEvent
Occurs when an interaction event is dispatched.
Declaration Syntax
C#Visual BasicVisual C++
event EventHandler<EventArgs<IInteraction>> InteractionEvent
Event InteractionEvent As EventHandler(Of EventArgs(Of IInteraction))
 event EventHandler<EventArgs<IInteraction^>^>^ InteractionEvent {
	void add (EventHandler<EventArgs<IInteraction^>^>^ value);
	void remove (EventHandler<EventArgs<IInteraction^>^>^ value);
}

Assembly: Genesyslab.Desktop.Modules.Core (Module: Genesyslab.Desktop.Modules.Core) Version: 8.0.2.15 (8.0.002.15)