Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
OnInteractionEvent Method (interactionEnvelope)
NamespacesGenesyslab.Desktop.Modules.Core.Model.InteractionsIInteractionOnInteractionEvent(IEnvelope<(Of <(IInteraction>)>))
Calls this method to send the InteractionEvent event.
Declaration Syntax
C#Visual BasicVisual C++
void OnInteractionEvent(
	IEnvelope<IInteraction> interactionEnvelope
)
Sub OnInteractionEvent ( _
	interactionEnvelope As IEnvelope(Of IInteraction) _
)
void OnInteractionEvent(
	IEnvelope<IInteraction^>^ interactionEnvelope
)
Parameters
interactionEnvelope (IEnvelope<(Of <(IInteraction>)>))
The interaction envelope.

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