Visual Basic (Declaration) | |
---|---|
Public Event StreamingStopped() As EventHandler |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public event EventHandler StreamingStopped() |
C++/CLI | |
---|---|
public: event EventHandler^ StreamingStopped(); |
Please check our Medical Web Viewer demo, located in WinForms.csproj project.
When all MedicalViewerCell are deleted and no more images will be displayed for the streamed series the MedicalWebViewerStreamer will raise this event to notify the user and clean any resources
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family