Visual Basic (Declaration) | |
---|---|
Protected Overridable Sub OnStreamingError( _ ByVal sender As Object, _ ByVal e As StreamingErrorEventArgs _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
protected virtual void OnStreamingError( object sender, StreamingErrorEventArgs e ) |
C++/CLI | |
---|---|
protected: virtual void OnStreamingError( Object^ sender, StreamingErrorEventArgs^ e ) |
Parameters
- sender
- The Object raising the event.
- e
- An StreamingErrorEventArgs that contains the event data.
This method is called by the MedicalWebViewerStreamer when an exception or error occurs during the streaming process.
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family