Leadtools.Medical.Workstation.Interfaces Namespace > IWorkstationEventBroker Interface : VolumeLoadingError Event |
event EventHandler<WorkstationErrorEventArgs> VolumeLoadingError
'Declaration Event VolumeLoadingError As EventHandler(Of WorkstationErrorEventArgs)
'Usage Dim instance As IWorkstationEventBroker Dim handler As EventHandler(Of WorkstationErrorEventArgs) AddHandler instance.VolumeLoadingError, handler
__event EventHandler<WorkstationErrorEventArgs*>* VolumeLoadingError
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. |