|
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 > QueryRetrieveScu Class : BeforeCMove Event |
public event BeforeCMoveDelegate BeforeCMove
'Declaration Public Event BeforeCMove As BeforeCMoveDelegate
'Usage Dim instance As QueryRetrieveScu Dim handler As BeforeCMoveDelegate AddHandler instance.BeforeCMove, handler
public: event BeforeCMoveDelegate^ BeforeCMove
The event handler receives an argument of type BeforeCMoveEventArgs containing data related to this event. The following BeforeCMoveEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| AffectedClass | Gets or sets the affected class. |
| Dataset | Gets the dataset. |
| DestinationAETitle | Gets the move destination ae title. |
| MessageId | Gets or sets the message id. |
| PresentationID | Gets or sets the presentation ID. |
| Priority | Gets or sets the priority. |
| Scp (Inherited from Leadtools.Dicom.Scu.Common.BaseEventArgs) | Gets the SCP. |