Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
CaseClosed Event
NamespacesGenesyslab.Desktop.Modules.Core.Model.InteractionsIInteractionManagerCaseClosed
Occurs when a case is closed.
Declaration Syntax
C#Visual BasicVisual C++
event EventHandler<EventArgs<ICase>> CaseClosed
Event CaseClosed As EventHandler(Of EventArgs(Of ICase))
 event EventHandler<EventArgs<ICase^>^>^ CaseClosed {
	void add (EventHandler<EventArgs<ICase^>^>^ value);
	void remove (EventHandler<EventArgs<ICase^>^>^ value);
}

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