Leadtools.Dicom.Scu Namespace > StoreScu Class : AfterCStore Event |
public event AfterCStoreDelegate AfterCStore
'Declaration Public Event AfterCStore As AfterCStoreDelegate
'Usage Dim instance As StoreScu Dim handler As AfterCStoreDelegate AddHandler instance.AfterCStore, handler
public: event AfterCStoreDelegate^ AfterCStore
The event handler receives an argument of type AfterCStoreEventArgs containing data related to this event. The following AfterCStoreEventArgs properties provide information specific to this event.
Property | Description |
---|---|
AffectedClass | Gets the affected class. |
FileInfo | Gets the file. |
Instance | Gets the instance. |
MessageId | Gets the message id. |
PresentationID | Gets the presentation ID. |
Scp (Inherited from Leadtools.Dicom.Scu.Common.BaseEventArgs) | Gets the SCP. |
Status | Gets the status. |