Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
StopCallback Property
NamespacesGenesyslab.Desktop.Modules.Core.SoundsISongStopCallback
Gets or sets the stop callback.
Declaration Syntax
C#Visual BasicVisual C++
Action<ISong> StopCallback { get; set; }
Property StopCallback As Action(Of ISong)
property Action<ISong^>^ StopCallback {
	Action<ISong^>^ get ();
	void set (Action<ISong^>^ value);
}
Value
The stop callback.

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