Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
InteractionClosed Event
NamespacesGenesyslab.Desktop.Modules.Core.Model.InteractionsIInteractionManagerInteractionClosed
Occurs when an interaction is closed.
Declaration Syntax
C#Visual BasicVisual C++
event EventHandler<EventArgs<IInteraction>> InteractionClosed
Event InteractionClosed As EventHandler(Of EventArgs(Of IInteraction))
 event EventHandler<EventArgs<IInteraction^>^>^ InteractionClosed {
	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)