LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

VolumeLoadError Event

Show in webframe






Occurs when an error occur while loading or creating a 3D volume.
Syntax
public event EventHandler<Volume3DLoadingErrorEventArgs> VolumeLoadError
'Declaration
 
Public Event VolumeLoadError As EventHandler(Of Volume3DLoadingErrorEventArgs)
'Usage
 
Dim instance As WorkstationViewer
Dim handler As EventHandler(Of Volume3DLoadingErrorEventArgs)
 
AddHandler instance.VolumeLoadError, handler

            

            
public: __event EventHandler<Volume3DLoadingErrorEventArgs*>* VolumeLoadError
public:
event EventHandler<Volume3DLoadingErrorEventArgs*>* VolumeLoadError
Event Data

The event handler receives an argument of type Volume3DLoadingErrorEventArgs containing data related to this event. The following Volume3DLoadingErrorEventArgs properties provide information specific to this event.

PropertyDescription
Error Gets the exception of the error.
Handled Gets or sets whether the user handled the error
Remarks
If the user set the Volume3DLoadingErrorEventArgs.Handled property to true the WorkstationViewer will not display any messages to the user.
Requirements

Target Platforms

See Also

Reference

WorkstationViewer Class
WorkstationViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.