Visual Basic (Declaration) | |
---|---|
Public Event StreamingCanceled() As EventHandler |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public event EventHandler StreamingCanceled() |
C++/CLI | |
---|---|
public: event EventHandler^ StreamingCanceled(); |
Please check our Medical Web Viewer demo, located in WinForms.csproj project.
This event is raised when the user cancel the streaming process by setting the ProgressEventArgs.Cancel to true immediately after raising the ProgressState
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family