Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation.UI Namespace > WorkstationViewer Class : VolumeLoadError Event |
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
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.
Property | Description |
---|---|
Error | Gets the exception of the error. |
Handled | Gets or sets whether the user handled the error |