Leadtools.Medical.Workstation Namespace > WorkstationEventBroker Class : VolumeCreationError Event |
public event EventHandler<WorkstationErrorEventArgs> VolumeCreationError
'Declaration Public Event VolumeCreationError As EventHandler(Of WorkstationErrorEventArgs)
'Usage Dim instance As WorkstationEventBroker Dim handler As EventHandler(Of WorkstationErrorEventArgs) AddHandler instance.VolumeCreationError, handler
public: __event EventHandler<WorkstationErrorEventArgs*>* VolumeCreationError
public: event EventHandler<WorkstationErrorEventArgs*>* VolumeCreationError
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. |