Visual Basic (Declaration) | |
---|---|
Public Event StreamingError() As ErrorEventHandler |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public event ErrorEventHandler StreamingError() |
C++/CLI | |
---|---|
public: event ErrorEventHandler StreamingError(); |
This example implements this event to report the error.
For an example, refer to JpipRasterImageViewer.
This event occurs when an error happens in one of the following events:
- Mouse up
- Control size changed
- Scrolling
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family