| Visual Basic (Declaration) | |
|---|---|
Public Event BeforeCMove As BeforeCMoveDelegate | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As QueryRetrieveScu Dim handler As BeforeCMoveDelegate AddHandler instance.BeforeCMove, handler | |
| C# | |
|---|---|
public event BeforeCMoveDelegate BeforeCMove | |
| Managed Extensions for C++ | |
|---|---|
public: __event BeforeCMoveDelegate* BeforeCMove | |
| C++/CLI | |
|---|---|
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 |
|---|---|
| Dataset | Gets the dataset. |
| DestinationAETitle | Gets the move destination ae title. |
| Priority | Gets or sets the priority. |
| Scp (Inherited from Leadtools.Dicom.Scu.Common.BaseEventArgs) | Gets the SCP. |
For an example refer to QueryRetrieveScu.Move
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code