Leadtools.Medical.Workstation.Interfaces Namespace > IWorkstationEventBroker Interface : VolumeCreationError Event |
event EventHandler<WorkstationErrorEventArgs> VolumeCreationError
'Declaration Event VolumeCreationError As EventHandler(Of WorkstationErrorEventArgs)
'Usage Dim instance As IWorkstationEventBroker Dim handler As EventHandler(Of WorkstationErrorEventArgs) AddHandler instance.VolumeCreationError, handler
event EventHandler<WorkstationErrorEventArgs> VolumeCreationError
add_VolumeCreationError(function(sender, e)) remove_VolumeCreationError(function(sender, e))
__event EventHandler<WorkstationErrorEventArgs*>* VolumeCreationError
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. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2