Leadtools.Medical.Workstation.Commands Namespace > Store3DVolumeStateCommand Class : Volume3DStateStoring Event |
public event EventHandler<Volume3DStoredEventArgs> Volume3DStateStoring
'Declaration Public Event Volume3DStateStoring As EventHandler(Of Volume3DStoredEventArgs)
'Usage Dim instance As Store3DVolumeStateCommand Dim handler As EventHandler(Of Volume3DStoredEventArgs) AddHandler instance.Volume3DStateStoring, handler
public: __event EventHandler<Volume3DStoredEventArgs*>* Volume3DStateStoring
public: event EventHandler<Volume3DStoredEventArgs*>* Volume3DStateStoring
The event handler receives an argument of type Volume3DStoredEventArgs containing data related to this event. The following Volume3DStoredEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Identifier | Gets the Leadtools.Medical.Workstation.DataAccessLayer.VolumeIdentifier for the stored volume. |
Medical3DCell | Gets the Leadtools.Medical3D.Medical3DControl that is used to get the stored volume information from. |
SeriesInstanceUID | Gets the Series Instance UID to which the stored volume belongs to. |
VolumeData | Gets the custom data the is stored with the volume. |