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 Namespace > WorkstationEventBroker Class : VolumeLoadingError Event |
public event EventHandler<WorkstationErrorEventArgs> VolumeLoadingError
'Declaration Public Event VolumeLoadingError As EventHandler(Of WorkstationErrorEventArgs)
'Usage Dim instance As WorkstationEventBroker Dim handler As EventHandler(Of WorkstationErrorEventArgs) AddHandler instance.VolumeLoadingError, handler
public: __event EventHandler<WorkstationErrorEventArgs*>* VolumeLoadingError
public: event EventHandler<WorkstationErrorEventArgs^>^ VolumeLoadingError
The event handler receives an argument of type WorkstationErrorEventArgs containing data related to this event. The following WorkstationErrorEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Error | Gets the error that occurred. |