Provides data for the
StreamingError event.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Class StreamingErrorEventArgs
Inherits EventArgs |
| C# | |
|---|
public class StreamingErrorEventArgs : EventArgs |
| C++/CLI | |
|---|
public ref class StreamingErrorEventArgs : public EventArgs |
Example
Please check our Medical Web Viewer demo, located in WinForms.csproj project.
Inheritance Hierarchy
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family
See Also