Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.11
|
Leadtools.Dicom.Scu Namespace > StoreScu Class : StorageCommitmentResult Event |
public event EventHandler<StorageCommitmentResultEventArgs> StorageCommitmentResult
'Declaration Public Event StorageCommitmentResult As EventHandler(Of StorageCommitmentResultEventArgs)
'Usage Dim instance As StoreScu Dim handler As EventHandler(Of StorageCommitmentResultEventArgs) AddHandler instance.StorageCommitmentResult, handler
public: event EventHandler<StorageCommitmentResultEventArgs^>^ StorageCommitmentResult
The event handler receives an argument of type StorageCommitmentResultEventArgs containing data related to this event. The following StorageCommitmentResultEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Result | Gets or sets the storage commitment result. |