Leadtools.Medical.Workstation.Interfaces Namespace > IWorkstationEventBroker Interface : VolumeCreationCompleted Event |
event EventHandler<Volume3DCreatedEventArgs> VolumeCreationCompleted
'Declaration Event VolumeCreationCompleted As EventHandler(Of Volume3DCreatedEventArgs)
'Usage Dim instance As IWorkstationEventBroker Dim handler As EventHandler(Of Volume3DCreatedEventArgs) AddHandler instance.VolumeCreationCompleted, handler
__event EventHandler<Volume3DCreatedEventArgs*>* VolumeCreationCompleted
event EventHandler<Volume3DCreatedEventArgs*>* VolumeCreationCompleted
The event handler receives an argument of type Volume3DCreatedEventArgs containing data related to this event. The following Volume3DCreatedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
SeriesCell | Gets the Leadtools.MedicalViewer.MedicalViewerMultiCell that is used to create the 3D volume. |
Viewer3DCell | Gets the Leadtools.Medical3D.Medical3DControl that contains the created volume. |