Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
InteractionEventArgs Constructor (interaction)
NamespacesGenesyslab.Desktop.Modules.Core.Model.InteractionsInteractionEventArgsInteractionEventArgs(IEnvelope<(Of <(IInteraction>)>))
Initializes a new instance of the InteractionEventArgs class.
Declaration Syntax
C#Visual BasicVisual C++
public InteractionEventArgs(
	IEnvelope<IInteraction> interaction
)
Public Sub New ( _
	interaction As IEnvelope(Of IInteraction) _
)
public:
InteractionEventArgs(
	IEnvelope<IInteraction^>^ interaction
)
Parameters
interaction (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)